Html Css Color HEX #4CF9FA Baby Blue

📋 copy color: '#4CF9FA'

red 76 ◦ green 249 ◦ blue 250

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

Shades of Baby Blue #4CF9FA

Tints of Baby Blue #4CF9FA

RGB

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

 GREEN value IS 249 (97.66% from 255) = 43.3%

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

R = 13.22%
G = 43.3%
B = 43.48%

CMYK

 C value IS 0.70

 M value IS 0.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4CF9FA (or 0x4CF9FA) is known color: Baby Blue. HEX triplet: 4C, F9 and FA. RGB value is (76,249,250). Sum of RGB (Red+Green+Blue) = 76+249+250=575 (76% of max value = 765). Red value is 76 (30.08% from 255 or 13.22% from 575); Green value is 249 (97.66% from 255 or 43.30% from 575); Blue value is 250 (98.05% from 255 or 43.48% from 575); Max value from RGB is 250 - color contains mainly: blue. Hex color #4CF9FA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4CF9FA is #B30605. Grayscale: #C5C5C5. Windows color (decimal): -11732486 or 16447820. OLE color: 16447820.

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

Color convert

RGB 76 249 250 -
CMYK 0.70 0.00 0 0.02
HSL 180.34º 0.95% 0.64% -
HSV(B) 180.34º 0.7% 0.98% -
XYZ 54.11 76.19 102.3 -
YUV 197.39 157.69 41.42 -
System Red Green Blue C M Y K H S L
Decimal 76 249 250 0.70 0.00 0 0.02 180.34 0.95 0.64
Hex 4C F9 FA 46 0 0 2 B4 5F 40
Octal 114 371 372 106 0 0 2 264 137 100
Binary 1001100 11111001 11111010 1000110 0 0 10 10110100 1011111 1000000

Color Harmonies of #4CF9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CF9FA

Black with #4CF9FA

Text Example


Text Example

White with #4CF9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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