Html Css Color HEX #68FEF4 Baby Blue

📋 copy color: '#68FEF4'

red 104 ◦ green 254 ◦ blue 244

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

Shades of Baby Blue #68FEF4

Tints of Baby Blue #68FEF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 40.53%

R = 17.28%
G = 42.19%
B = 40.53%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.04

 K value IS 0.00

RGB Variations

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

Color information

#68FEF4 (or 0x68FEF4) is known color: Baby Blue. HEX triplet: 68, FE and F4. RGB value is (104,254,244). Sum of RGB (Red+Green+Blue) = 104+254+244=602 (79% of max value = 765). Red value is 104 (41.02% from 255 or 17.28% from 602); Green value is 254 (99.61% from 255 or 42.19% from 602); Blue value is 244 (95.70% from 255 or 40.53% from 602); Max value from RGB is 254 - color contains mainly: green. Hex color #68FEF4 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68FEF4 is #97010B. Grayscale: #CFCFCF. Windows color (decimal): -9896204 or 16055912. OLE color: 16055912.

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

Color convert

RGB 104 254 244 -
CMYK 0.59 0 0.04 0.00
HSL 176º 0.99% 0.7% -
HSV(B) 176º 0.59% 1% -
XYZ 57.48 80.36 98.07 -
YUV 208.01 148.31 53.81 -
System Red Green Blue C M Y K H S L
Decimal 104 254 244 0.59 0 0.04 0.00 176 0.99 0.7
Hex 68 FE F4 3B 0 4 0 B0 63 46
Octal 150 376 364 73 0 4 0 260 143 106
Binary 1101000 11111110 11110100 111011 0 100 0 10110000 1100011 1000110

Color Harmonies of #68FEF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68FEF4

Black with #68FEF4

Text Example


Text Example

White with #68FEF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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