Html Css Color HEX #4CEBFF Baby Blue

📋 copy color: '#4CEBFF'

red 76 ◦ green 235 ◦ blue 255

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

Shades of Baby Blue #4CEBFF

Tints of Baby Blue #4CEBFF

RGB

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

 GREEN value IS 235 (92.19% from 255) = 41.52%

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

R = 13.43%
G = 41.52%
B = 45.05%

CMYK

 C value IS 0.70

 M value IS 0.08

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4CEBFF (or 0x4CEBFF) is known color: Baby Blue. HEX triplet: 4C, EB and FF. RGB value is (76,235,255). Sum of RGB (Red+Green+Blue) = 76+235+255=566 (74% of max value = 765). Red value is 76 (30.08% from 255 or 13.43% from 566); Green value is 235 (92.19% from 255 or 41.52% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #4CEBFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4CEBFF is #B31400. Grayscale: #BDBDBD. Windows color (decimal): -11736065 or 16771916. OLE color: 16771916.

HSL color Cylindrical-coordinate representation of color #4CEBFF: hue angle of 186.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 #4CEBFF is Cyan = 0.70, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 76 235 255 -
CMYK 0.70 0.08 0 0
HSL 186.7º 1% 0.65% -
HSV(B) 186.7º 0.7% 1% -
XYZ 50.74 68.17 105.09 -
YUV 189.74 164.82 46.87 -
System Red Green Blue C M Y K H S L
Decimal 76 235 255 0.70 0.08 0 0 186.7 1 0.65
Hex 4C EB FF 46 8 0 0 BB 64 41
Octal 114 353 377 106 10 0 0 273 144 101
Binary 1001100 11101011 11111111 1000110 1000 0 0 10111011 1100100 1000001

Color Harmonies of #4CEBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CEBFF

Black with #4CEBFF

Text Example


Text Example

White with #4CEBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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