Html Css Color HEX #69FEE6 Baby Blue

📋 copy color: '#69FEE6'

red 105 ◦ green 254 ◦ blue 230

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

Shades of Baby Blue #69FEE6

Tints of Baby Blue #69FEE6

RGB

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

 GREEN value IS 254 (99.61% from 255) = 43.12%

 BLUE value IS 230 (90.23% from 255) = 39.05%

R = 17.83%
G = 43.12%
B = 39.05%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.09

 K value IS 0.00

RGB Variations

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

Color information

#69FEE6 (or 0x69FEE6) is known color: Baby Blue. HEX triplet: 69, FE and E6. RGB value is (105,254,230). Sum of RGB (Red+Green+Blue) = 105+254+230=589 (78% of max value = 765). Red value is 105 (41.41% from 255 or 17.83% from 589); Green value is 254 (99.61% from 255 or 43.12% from 589); Blue value is 230 (90.23% from 255 or 39.05% from 589); Max value from RGB is 254 - color contains mainly: green. Hex color #69FEE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #69FEE6 is #960119. Grayscale: #CECECE. Windows color (decimal): -9830682 or 15138409. OLE color: 15138409.

HSL color Cylindrical-coordinate representation of color #69FEE6: hue angle of 170.34º 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 #69FEE6 is Cyan = 0.59, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.

Color convert

RGB 105 254 230 -
CMYK 0.59 0 0.09 0.00
HSL 170.34º 0.99% 0.7% -
HSV(B) 170.34º 0.59% 1% -
XYZ 55.55 79.6 87.3 -
YUV 206.71 141.14 55.45 -
System Red Green Blue C M Y K H S L
Decimal 105 254 230 0.59 0 0.09 0.00 170.34 0.99 0.7
Hex 69 FE E6 3B 0 9 0 AA 63 46
Octal 151 376 346 73 0 11 0 252 143 106
Binary 1101001 11111110 11100110 111011 0 1001 0 10101010 1100011 1000110

Color Harmonies of #69FEE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69FEE6

Black with #69FEE6

Text Example


Text Example

White with #69FEE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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