Html Css Color HEX #4CEEFF Baby Blue

📋 copy color: '#4CEEFF'

red 76 ◦ green 238 ◦ blue 255

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

Shades of Baby Blue #4CEEFF

Tints of Baby Blue #4CEEFF

RGB

 RED value IS 76 (30.08% from 255) = 13.36%

 GREEN value IS 238 (93.36% from 255) = 41.83%

 BLUE value IS 255 (100% from 255) = 44.82%

R = 13.36%
G = 41.83%
B = 44.82%

CMYK

 C value IS 0.70

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4CEEFF (or 0x4CEEFF) is known color: Baby Blue. HEX triplet: 4C, EE and FF. RGB value is (76,238,255). Sum of RGB (Red+Green+Blue) = 76+238+255=569 (75% of max value = 765). Red value is 76 (30.08% from 255 or 13.36% from 569); Green value is 238 (93.36% from 255 or 41.83% from 569); Blue value is 255 (100% from 255 or 44.82% from 569); Max value from RGB is 255 - color contains mainly: blue. Hex color #4CEEFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4CEEFF is #B31100. Grayscale: #BFBFBF. Windows color (decimal): -11735297 or 16772684. OLE color: 16772684.

HSL color Cylindrical-coordinate representation of color #4CEEFF: hue angle of 185.7º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CEEFF is Cyan = 0.70, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 76 238 255 -
CMYK 0.70 0.07 0 0
HSL 185.7º 1% 0.65% -
HSV(B) 185.7º 0.7% 1% -
XYZ 51.61 69.91 105.38 -
YUV 191.5 163.83 45.62 -
System Red Green Blue C M Y K H S L
Decimal 76 238 255 0.70 0.07 0 0 185.7 1 0.65
Hex 4C EE FF 46 7 0 0 BA 64 41
Octal 114 356 377 106 7 0 0 272 144 101
Binary 1001100 11101110 11111111 1000110 111 0 0 10111010 1100100 1000001

Color Harmonies of #4CEEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CEEFF

Black with #4CEEFF

Text Example


Text Example

White with #4CEEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4CEEFF; }

 p { color: rgb(76,238,255); }

 H1.HeaderClassName
 {
   color: #4CEEFF;
 }
 .AnyTagClassName
 {
   color: #4CEEFF;
 }
</style>

background-color css

<style>
 a { background-color: #4CEEFF; }

 a { background-color: rgb(76,238,255); }

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

border-color css

<style>
 span { border-color: #4CEEFF; }

 span { border-color: rgb(76,238,255); }

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