Html Css Color HEX #68F9E4 Baby Blue

📋 copy color: '#68F9E4'

red 104 ◦ green 249 ◦ blue 228

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

Shades of Baby Blue #68F9E4

Tints of Baby Blue #68F9E4

RGB

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

 GREEN value IS 249 (97.66% from 255) = 42.86%

 BLUE value IS 228 (89.45% from 255) = 39.24%

R = 17.9%
G = 42.86%
B = 39.24%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#68F9E4 (or 0x68F9E4) is known color: Baby Blue. HEX triplet: 68, F9 and E4. RGB value is (104,249,228). Sum of RGB (Red+Green+Blue) = 104+249+228=581 (76% of max value = 765). Red value is 104 (41.02% from 255 or 17.90% from 581); Green value is 249 (97.66% from 255 or 42.86% from 581); Blue value is 228 (89.45% from 255 or 39.24% from 581); Max value from RGB is 249 - color contains mainly: green. Hex color #68F9E4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68F9E4 is #97061B. Grayscale: #CBCBCB. Windows color (decimal): -9897500 or 15006056. OLE color: 15006056.

HSL color Cylindrical-coordinate representation of color #68F9E4: hue angle of 171.31º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68F9E4 is Cyan = 0.58, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB 104 249 228 -
CMYK 0.58 0 0.08 0.02
HSL 171.31º 0.92% 0.69% -
HSV(B) 171.31º 0.58% 0.98% -
XYZ 53.59 76.3 85.3 -
YUV 203.25 141.96 57.21 -
System Red Green Blue C M Y K H S L
Decimal 104 249 228 0.58 0 0.08 0.02 171.31 0.92 0.69
Hex 68 F9 E4 3A 0 8 2 AB 5C 45
Octal 150 371 344 72 0 10 2 253 134 105
Binary 1101000 11111001 11100100 111010 0 1000 10 10101011 1011100 1000101

Color Harmonies of #68F9E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68F9E4

Black with #68F9E4

Text Example


Text Example

White with #68F9E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,249,228); }

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

background-color css

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

 a { background-color: rgb(104,249,228); }

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

border-color css

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

 span { border-color: rgb(104,249,228); }

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