Html Css Color HEX #69BEFF Maya Blue

📋 copy color: '#69BEFF'

red 105 ◦ green 190 ◦ blue 255

#69BEFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maya Blue #69BEFF

Tints of Maya Blue #69BEFF

RGB

 RED value IS 105 (41.41% from 255) = 19.09%

 GREEN value IS 190 (74.61% from 255) = 34.55%

 BLUE value IS 255 (100% from 255) = 46.36%

R = 19.09%
G = 34.55%
B = 46.36%

CMYK

 C value IS 0.59

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#69BEFF (or 0x69BEFF) is known color: Maya Blue. HEX triplet: 69, BE and FF. RGB value is (105,190,255). Sum of RGB (Red+Green+Blue) = 105+190+255=550 (72% of max value = 765). Red value is 105 (41.41% from 255 or 19.09% from 550); Green value is 190 (74.61% from 255 or 34.55% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #69BEFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69BEFF is #964100. Grayscale: #ABABAB. Windows color (decimal): -9847041 or 16760425. OLE color: 16760425.

HSL color Cylindrical-coordinate representation of color #69BEFF: hue angle of 206º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #69BEFF is Cyan = 0.59, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 105 190 255 -
CMYK 0.59 0.25 0 0
HSL 206º 1% 0.71% -
HSV(B) 206º 0.59% 1% -
XYZ 42.29 47.05 101.46 -
YUV 172 174.84 80.21 -
System Red Green Blue C M Y K H S L
Decimal 105 190 255 0.59 0.25 0 0 206 1 0.71
Hex 69 BE FF 3B 19 0 0 CE 64 47
Octal 151 276 377 73 31 0 0 316 144 107
Binary 1101001 10111110 11111111 111011 11001 0 0 11001110 1100100 1000111

Color Harmonies of #69BEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69BEFF

Black with #69BEFF

Text Example


Text Example

White with #69BEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69BEFF; }

 p { color: rgb(105,190,255); }

 H1.HeaderClassName
 {
   color: #69BEFF;
 }
 .AnyTagClassName
 {
   color: #69BEFF;
 }
</style>

background-color css

<style>
 a { background-color: #69BEFF; }

 a { background-color: rgb(105,190,255); }

 div.DivClassName
 {
   background-color: #69BEFF;
 }
 .BgClassName
 {
   background-color: #69BEFF;
 }
</style>

border-color css

<style>
 span { border-color: #69BEFF; }

 span { border-color: rgb(105,190,255); }

 td.TdClassName
 {
   border-color: #69BEFF;
 }
 .TagClassName
 {
   border-color: #69BEFF;
 }
</style>