Html Css Color HEX #68FEF0 Baby Blue

📋 copy color: '#68FEF0'

red 104 ◦ green 254 ◦ blue 240

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

Shades of Baby Blue #68FEF0

Tints of Baby Blue #68FEF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 40.13%

R = 17.39%
G = 42.47%
B = 40.13%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#68FEF0 (or 0x68FEF0) is known color: Baby Blue. HEX triplet: 68, FE and F0. RGB value is (104,254,240). Sum of RGB (Red+Green+Blue) = 104+254+240=598 (79% of max value = 765). Red value is 104 (41.02% from 255 or 17.39% from 598); Green value is 254 (99.61% from 255 or 42.47% from 598); Blue value is 240 (94.14% from 255 or 40.13% from 598); Max value from RGB is 254 - color contains mainly: green. Hex color #68FEF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68FEF0 is #97010F. Grayscale: #CFCFCF. Windows color (decimal): -9896208 or 15793768. OLE color: 15793768.

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

Color convert

RGB 104 254 240 -
CMYK 0.59 0 0.06 0.00
HSL 174.4º 0.99% 0.7% -
HSV(B) 174.4º 0.59% 1% -
XYZ 56.88 80.12 94.9 -
YUV 207.55 146.31 54.14 -
System Red Green Blue C M Y K H S L
Decimal 104 254 240 0.59 0 0.06 0.00 174.4 0.99 0.7
Hex 68 FE F0 3B 0 6 0 AE 63 46
Octal 150 376 360 73 0 6 0 256 143 106
Binary 1101000 11111110 11110000 111011 0 110 0 10101110 1100011 1000110

Color Harmonies of #68FEF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68FEF0

Black with #68FEF0

Text Example


Text Example

White with #68FEF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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