Html Css Color HEX #69BBFE Maya Blue

📋 copy color: '#69BBFE'

red 105 ◦ green 187 ◦ blue 254

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

Shades of Maya Blue #69BBFE

Tints of Maya Blue #69BBFE

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.25%

 BLUE value IS 254 (99.61% from 255) = 46.52%

R = 19.23%
G = 34.25%
B = 46.52%

CMYK

 C value IS 0.59

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#69BBFE (or 0x69BBFE) is known color: Maya Blue. HEX triplet: 69, BB and FE. RGB value is (105,187,254). Sum of RGB (Red+Green+Blue) = 105+187+254=546 (72% of max value = 765). Red value is 105 (41.41% from 255 or 19.23% from 546); Green value is 187 (73.44% from 255 or 34.25% from 546); Blue value is 254 (99.61% from 255 or 46.52% from 546); Max value from RGB is 254 - color contains mainly: blue. Hex color #69BBFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69BBFE is #964401. Grayscale: #A9A9A9. Windows color (decimal): -9847810 or 16694121. OLE color: 16694121.

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

Color convert

RGB 105 187 254 -
CMYK 0.59 0.26 0 0.00
HSL 206.98º 0.99% 0.7% -
HSV(B) 206.98º 0.59% 1% -
XYZ 41.49 45.7 100.4 -
YUV 170.12 175.33 81.55 -
System Red Green Blue C M Y K H S L
Decimal 105 187 254 0.59 0.26 0 0.00 206.98 0.99 0.7
Hex 69 BB FE 3B 1A 0 0 CF 63 46
Octal 151 273 376 73 32 0 0 317 143 106
Binary 1101001 10111011 11111110 111011 11010 0 0 11001111 1100011 1000110

Color Harmonies of #69BBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69BBFE

Black with #69BBFE

Text Example


Text Example

White with #69BBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,187,254); }

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

background-color css

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

 a { background-color: rgb(105,187,254); }

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

border-color css

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

 span { border-color: rgb(105,187,254); }

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