Html Css Color HEX #68EDF9 Baby Blue

📋 copy color: '#68EDF9'

red 104 ◦ green 237 ◦ blue 249

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

Shades of Baby Blue #68EDF9

Tints of Baby Blue #68EDF9

RGB

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

 GREEN value IS 237 (92.97% from 255) = 40.17%

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

R = 17.63%
G = 40.17%
B = 42.2%

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

#68EDF9 (or 0x68EDF9) is known color: Baby Blue. HEX triplet: 68, ED and F9. RGB value is (104,237,249). Sum of RGB (Red+Green+Blue) = 104+237+249=590 (78% of max value = 765). Red value is 104 (41.02% from 255 or 17.63% from 590); Green value is 237 (92.97% from 255 or 40.17% from 590); Blue value is 249 (97.66% from 255 or 42.20% from 590); Max value from RGB is 249 - color contains mainly: blue. Hex color #68EDF9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68EDF9 is #971206. Grayscale: #C6C6C6. Windows color (decimal): -9900551 or 16379240. OLE color: 16379240.

HSL color Cylindrical-coordinate representation of color #68EDF9: hue angle of 184.97º 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 #68EDF9 is Cyan = 0.58, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 104 237 249 -
CMYK 0.58 0.05 0 0.02
HSL 184.97º 0.92% 0.69% -
HSV(B) 184.97º 0.58% 0.98% -
XYZ 53.09 70.35 100.4 -
YUV 198.6 156.44 60.52 -
System Red Green Blue C M Y K H S L
Decimal 104 237 249 0.58 0.05 0 0.02 184.97 0.92 0.69
Hex 68 ED F9 3A 5 0 2 B9 5C 45
Octal 150 355 371 72 5 0 2 271 134 105
Binary 1101000 11101101 11111001 111010 101 0 10 10111001 1011100 1000101

Color Harmonies of #68EDF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68EDF9

Black with #68EDF9

Text Example


Text Example

White with #68EDF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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