Html Css Color HEX #68ECF5 Baby Blue

📋 copy color: '#68ECF5'

red 104 ◦ green 236 ◦ blue 245

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

Shades of Baby Blue #68ECF5

Tints of Baby Blue #68ECF5

RGB

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

 GREEN value IS 236 (92.58% from 255) = 40.34%

 BLUE value IS 245 (96.09% from 255) = 41.88%

R = 17.78%
G = 40.34%
B = 41.88%

CMYK

 C value IS 0.58

 M value IS 0.04

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#68ECF5 (or 0x68ECF5) is known color: Baby Blue. HEX triplet: 68, EC and F5. RGB value is (104,236,245). Sum of RGB (Red+Green+Blue) = 104+236+245=585 (77% of max value = 765). Red value is 104 (41.02% from 255 or 17.78% from 585); Green value is 236 (92.58% from 255 or 40.34% from 585); Blue value is 245 (96.09% from 255 or 41.88% from 585); Max value from RGB is 245 - color contains mainly: blue. Hex color #68ECF5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68ECF5 is #97130A. Grayscale: #C5C5C5. Windows color (decimal): -9900811 or 16116840. OLE color: 16116840.

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

Color convert

RGB 104 236 245 -
CMYK 0.58 0.04 0 0.04
HSL 183.83º 0.88% 0.68% -
HSV(B) 183.83º 0.58% 0.96% -
XYZ 52.19 69.53 97.06 -
YUV 197.56 154.77 61.27 -
System Red Green Blue C M Y K H S L
Decimal 104 236 245 0.58 0.04 0 0.04 183.83 0.88 0.68
Hex 68 EC F5 3A 4 0 4 B8 58 44
Octal 150 354 365 72 4 0 4 270 130 104
Binary 1101000 11101100 11110101 111010 100 0 100 10111000 1011000 1000100

Color Harmonies of #68ECF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68ECF5

Black with #68ECF5

Text Example


Text Example

White with #68ECF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,236,245); }

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

background-color css

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

 a { background-color: rgb(104,236,245); }

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

border-color css

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

 span { border-color: rgb(104,236,245); }

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