Html Css Color HEX #68ECF9 Baby Blue

📋 copy color: '#68ECF9'

red 104 ◦ green 236 ◦ blue 249

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

Shades of Baby Blue #68ECF9

Tints of Baby Blue #68ECF9

RGB

 RED value IS 104 (41.02% from 255) = 17.66%

 GREEN value IS 236 (92.58% from 255) = 40.07%

 BLUE value IS 249 (97.66% from 255) = 42.28%

R = 17.66%
G = 40.07%
B = 42.28%

CMYK

 C value IS 0.58

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#68ECF9 (or 0x68ECF9) is known color: Baby Blue. HEX triplet: 68, EC and F9. RGB value is (104,236,249). Sum of RGB (Red+Green+Blue) = 104+236+249=589 (78% of max value = 765). Red value is 104 (41.02% from 255 or 17.66% from 589); Green value is 236 (92.58% from 255 or 40.07% from 589); Blue value is 249 (97.66% from 255 or 42.28% from 589); Max value from RGB is 249 - color contains mainly: blue. Hex color #68ECF9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68ECF9 is #971306. Grayscale: #C5C5C5. Windows color (decimal): -9900807 or 16378984. OLE color: 16378984.

HSL color Cylindrical-coordinate representation of color #68ECF9: hue angle of 185.38º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68ECF9 is Cyan = 0.58, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 104 236 249 -
CMYK 0.58 0.05 0 0.02
HSL 185.38º 0.92% 0.69% -
HSV(B) 185.38º 0.58% 0.98% -
XYZ 52.8 69.77 100.31 -
YUV 198.01 156.77 60.94 -
System Red Green Blue C M Y K H S L
Decimal 104 236 249 0.58 0.05 0 0.02 185.38 0.92 0.69
Hex 68 EC F9 3A 5 0 2 B9 5C 45
Octal 150 354 371 72 5 0 2 271 134 105
Binary 1101000 11101100 11111001 111010 101 0 10 10111001 1011100 1000101

Color Harmonies of #68ECF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68ECF9

Black with #68ECF9

Text Example


Text Example

White with #68ECF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68ECF9; }

 p { color: rgb(104,236,249); }

 H1.HeaderClassName
 {
   color: #68ECF9;
 }
 .AnyTagClassName
 {
   color: #68ECF9;
 }
</style>

background-color css

<style>
 a { background-color: #68ECF9; }

 a { background-color: rgb(104,236,249); }

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

border-color css

<style>
 span { border-color: #68ECF9; }

 span { border-color: rgb(104,236,249); }

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