Html Css Color HEX #68F4E7 Baby Blue

📋 copy color: '#68F4E7'

red 104 ◦ green 244 ◦ blue 231

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

Shades of Baby Blue #68F4E7

Tints of Baby Blue #68F4E7

RGB

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

 GREEN value IS 244 (95.7% from 255) = 42.14%

 BLUE value IS 231 (90.63% from 255) = 39.9%

R = 17.96%
G = 42.14%
B = 39.9%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.05

 K value IS 0.04

RGB Variations

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

Color information

#68F4E7 (or 0x68F4E7) is known color: Baby Blue. HEX triplet: 68, F4 and E7. RGB value is (104,244,231). Sum of RGB (Red+Green+Blue) = 104+244+231=579 (76% of max value = 765). Red value is 104 (41.02% from 255 or 17.96% from 579); Green value is 244 (95.70% from 255 or 42.14% from 579); Blue value is 231 (90.62% from 255 or 39.90% from 579); Max value from RGB is 244 - color contains mainly: green. Hex color #68F4E7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68F4E7 is #970B18. Grayscale: #C8C8C8. Windows color (decimal): -9898777 or 15201384. OLE color: 15201384.

HSL color Cylindrical-coordinate representation of color #68F4E7: hue angle of 174.43º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68F4E7 is Cyan = 0.57, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.

Color convert

RGB 104 244 231 -
CMYK 0.57 0 0.05 0.04
HSL 174.43º 0.86% 0.68% -
HSV(B) 174.43º 0.57% 0.96% -
XYZ 52.48 73.41 87.01 -
YUV 200.66 145.12 59.06 -
System Red Green Blue C M Y K H S L
Decimal 104 244 231 0.57 0 0.05 0.04 174.43 0.86 0.68
Hex 68 F4 E7 39 0 5 4 AE 56 44
Octal 150 364 347 71 0 5 4 256 126 104
Binary 1101000 11110100 11100111 111001 0 101 100 10101110 1010110 1000100

Color Harmonies of #68F4E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68F4E7

Black with #68F4E7

Text Example


Text Example

White with #68F4E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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