Html Css Color HEX #68EDF6 Baby Blue

📋 copy color: '#68EDF6'

red 104 ◦ green 237 ◦ blue 246

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

Shades of Baby Blue #68EDF6

Tints of Baby Blue #68EDF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 41.91%

R = 17.72%
G = 40.37%
B = 41.91%

CMYK

 C value IS 0.58

 M value IS 0.04

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#68EDF6 (or 0x68EDF6) is known color: Baby Blue. HEX triplet: 68, ED and F6. RGB value is (104,237,246). Sum of RGB (Red+Green+Blue) = 104+237+246=587 (77% of max value = 765). Red value is 104 (41.02% from 255 or 17.72% from 587); Green value is 237 (92.97% from 255 or 40.37% from 587); Blue value is 246 (96.48% from 255 or 41.91% from 587); Max value from RGB is 246 - color contains mainly: blue. Hex color #68EDF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68EDF6 is #971209. Grayscale: #C6C6C6. Windows color (decimal): -9900554 or 16182632. OLE color: 16182632.

HSL color Cylindrical-coordinate representation of color #68EDF6: hue angle of 183.8º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68EDF6 is Cyan = 0.58, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 104 237 246 -
CMYK 0.58 0.04 0 0.04
HSL 183.8º 0.89% 0.69% -
HSV(B) 183.8º 0.58% 0.96% -
XYZ 52.63 70.17 97.96 -
YUV 198.26 154.94 60.77 -
System Red Green Blue C M Y K H S L
Decimal 104 237 246 0.58 0.04 0 0.04 183.8 0.89 0.69
Hex 68 ED F6 3A 4 0 4 B8 59 45
Octal 150 355 366 72 4 0 4 270 131 105
Binary 1101000 11101101 11110110 111010 100 0 100 10111000 1011001 1000101

Color Harmonies of #68EDF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68EDF6

Black with #68EDF6

Text Example


Text Example

White with #68EDF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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