Html Css Color HEX #4CF0FA Baby Blue

📋 copy color: '#4CF0FA'

red 76 ◦ green 240 ◦ blue 250

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

Shades of Baby Blue #4CF0FA

Tints of Baby Blue #4CF0FA

RGB

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

 GREEN value IS 240 (94.14% from 255) = 42.4%

 BLUE value IS 250 (98.05% from 255) = 44.17%

R = 13.43%
G = 42.4%
B = 44.17%

CMYK

 C value IS 0.70

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4CF0FA (or 0x4CF0FA) is known color: Baby Blue. HEX triplet: 4C, F0 and FA. RGB value is (76,240,250). Sum of RGB (Red+Green+Blue) = 76+240+250=566 (74% of max value = 765). Red value is 76 (30.08% from 255 or 13.43% from 566); Green value is 240 (94.14% from 255 or 42.40% from 566); Blue value is 250 (98.05% from 255 or 44.17% from 566); Max value from RGB is 250 - color contains mainly: blue. Hex color #4CF0FA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4CF0FA is #B30F05. Grayscale: #BFBFBF. Windows color (decimal): -11734790 or 16445516. OLE color: 16445516.

HSL color Cylindrical-coordinate representation of color #4CF0FA: hue angle of 183.45º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CF0FA is Cyan = 0.70, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 76 240 250 -
CMYK 0.70 0.04 0 0.02
HSL 183.45º 0.95% 0.64% -
HSV(B) 183.45º 0.7% 0.98% -
XYZ 51.4 70.76 101.39 -
YUV 192.1 160.67 45.19 -
System Red Green Blue C M Y K H S L
Decimal 76 240 250 0.70 0.04 0 0.02 183.45 0.95 0.64
Hex 4C F0 FA 46 4 0 2 B7 5F 40
Octal 114 360 372 106 4 0 2 267 137 100
Binary 1001100 11110000 11111010 1000110 100 0 10 10110111 1011111 1000000

Color Harmonies of #4CF0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CF0FA

Black with #4CF0FA

Text Example


Text Example

White with #4CF0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,240,250); }

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

background-color css

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

 a { background-color: rgb(76,240,250); }

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

border-color css

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

 span { border-color: rgb(76,240,250); }

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