Html Css Color HEX #68FEF8 Baby Blue

📋 copy color: '#68FEF8'

red 104 ◦ green 254 ◦ blue 248

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

Shades of Baby Blue #68FEF8

Tints of Baby Blue #68FEF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 40.92%

R = 17.16%
G = 41.91%
B = 40.92%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#68FEF8 (or 0x68FEF8) is known color: Baby Blue. HEX triplet: 68, FE and F8. RGB value is (104,254,248). Sum of RGB (Red+Green+Blue) = 104+254+248=606 (80% of max value = 765). Red value is 104 (41.02% from 255 or 17.16% from 606); Green value is 254 (99.61% from 255 or 41.91% from 606); Blue value is 248 (97.27% from 255 or 40.92% from 606); Max value from RGB is 254 - color contains mainly: green. Hex color #68FEF8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68FEF8 is #970107. Grayscale: #D0D0D0. Windows color (decimal): -9896200 or 16318056. OLE color: 16318056.

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

Color convert

RGB 104 254 248 -
CMYK 0.59 0 0.02 0.00
HSL 177.6º 0.99% 0.7% -
HSV(B) 177.6º 0.59% 1% -
XYZ 58.09 80.6 101.3 -
YUV 208.47 150.31 53.49 -
System Red Green Blue C M Y K H S L
Decimal 104 254 248 0.59 0 0.02 0.00 177.6 0.99 0.7
Hex 68 FE F8 3B 0 2 0 B2 63 46
Octal 150 376 370 73 0 2 0 262 143 106
Binary 1101000 11111110 11111000 111011 0 10 0 10110010 1100011 1000110

Color Harmonies of #68FEF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68FEF8

Black with #68FEF8

Text Example


Text Example

White with #68FEF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,254,248); }

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

background-color css

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

 a { background-color: rgb(104,254,248); }

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

border-color css

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

 span { border-color: rgb(104,254,248); }

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