Html Css Color HEX #68FDE8 Baby Blue

📋 copy color: '#68FDE8'

red 104 ◦ green 253 ◦ blue 232

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

Shades of Baby Blue #68FDE8

Tints of Baby Blue #68FDE8

RGB

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

 GREEN value IS 253 (99.22% from 255) = 42.95%

 BLUE value IS 232 (91.02% from 255) = 39.39%

R = 17.66%
G = 42.95%
B = 39.39%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#68FDE8 (or 0x68FDE8) is known color: Baby Blue. HEX triplet: 68, FD and E8. RGB value is (104,253,232). Sum of RGB (Red+Green+Blue) = 104+253+232=589 (78% of max value = 765). Red value is 104 (41.02% from 255 or 17.66% from 589); Green value is 253 (99.22% from 255 or 42.95% from 589); Blue value is 232 (91.02% from 255 or 39.39% from 589); Max value from RGB is 253 - color contains mainly: green. Hex color #68FDE8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68FDE8 is #970217. Grayscale: #CDCDCD. Windows color (decimal): -9896472 or 15269224. OLE color: 15269224.

HSL color Cylindrical-coordinate representation of color #68FDE8: hue angle of 171.54º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68FDE8 is Cyan = 0.59, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB 104 253 232 -
CMYK 0.59 0 0.08 0.01
HSL 171.54º 0.97% 0.7% -
HSV(B) 171.54º 0.59% 0.99% -
XYZ 55.4 79.02 88.68 -
YUV 206.06 142.64 55.21 -
System Red Green Blue C M Y K H S L
Decimal 104 253 232 0.59 0 0.08 0.01 171.54 0.97 0.7
Hex 68 FD E8 3B 0 8 1 AC 61 46
Octal 150 375 350 73 0 10 1 254 141 106
Binary 1101000 11111101 11101000 111011 0 1000 1 10101100 1100001 1000110

Color Harmonies of #68FDE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68FDE8

Black with #68FDE8

Text Example


Text Example

White with #68FDE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,253,232); }

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

background-color css

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

 a { background-color: rgb(104,253,232); }

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

border-color css

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

 span { border-color: rgb(104,253,232); }

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