Html Css Color HEX #68FAEC Baby Blue

📋 copy color: '#68FAEC'

red 104 ◦ green 250 ◦ blue 236

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

Shades of Baby Blue #68FAEC

Tints of Baby Blue #68FAEC

RGB

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

 GREEN value IS 250 (98.05% from 255) = 42.37%

 BLUE value IS 236 (92.58% from 255) = 40%

R = 17.63%
G = 42.37%
B = 40%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#68FAEC (or 0x68FAEC) is known color: Baby Blue. HEX triplet: 68, FA and EC. RGB value is (104,250,236). Sum of RGB (Red+Green+Blue) = 104+250+236=590 (78% of max value = 765). Red value is 104 (41.02% from 255 or 17.63% from 590); Green value is 250 (98.05% from 255 or 42.37% from 590); Blue value is 236 (92.58% from 255 or 40% from 590); Max value from RGB is 250 - color contains mainly: green. Hex color #68FAEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68FAEC is #970513. Grayscale: #CCCCCC. Windows color (decimal): -9897236 or 15530600. OLE color: 15530600.

HSL color Cylindrical-coordinate representation of color #68FAEC: hue angle of 174.25º degrees, saturation: 0.94, 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 #68FAEC is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 104 250 236 -
CMYK 0.58 0 0.06 0.02
HSL 174.25º 0.94% 0.69% -
HSV(B) 174.25º 0.58% 0.98% -
XYZ 55.03 77.37 91.39 -
YUV 204.75 145.63 56.14 -
System Red Green Blue C M Y K H S L
Decimal 104 250 236 0.58 0 0.06 0.02 174.25 0.94 0.69
Hex 68 FA EC 3A 0 6 2 AE 5E 45
Octal 150 372 354 72 0 6 2 256 136 105
Binary 1101000 11111010 11101100 111010 0 110 10 10101110 1011110 1000101

Color Harmonies of #68FAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68FAEC

Black with #68FAEC

Text Example


Text Example

White with #68FAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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