#44faff

Color #44FAFF Baby Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baby Blue #44FAFF

Tints of Baby Blue #44FAFF

Color information

#44FAFF (or 0x44FAFF) is unknown color: approx Baby Blue. HEX triplet: 44, FA and FF. RGB value is (68,250,255). Sum of RGB (Red+Green+Blue) = 68+250+255=573 (75% of max value = 765). Red value is 68 (26.95% from 255 or 11.87% from 573); Green value is 250 (98.05% from 255 or 43.63% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #44FAFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #44FAFF is #BB0500. Grayscale: #C3C3C3. Windows color (decimal): -12256513 or 16775748. OLE color: 16775748.

HSL color Cylindrical-coordinate representation of color #44FAFF: hue angle of 181.6º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #44FAFF is Cyan = 0.73, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB68250255-
CMYK0.730.0200
HSL181.6º100%63.33%-
HSV(B)181.6º73.33%100%-
XYZ54.6276.82106.56-
YUV196.15161.236.59-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 11.87%
GREEN value IS 250 (98.05% from 255) = 43.63%
BLUE value IS 255 (100% from 255) = 44.50%
R=11.87%
G=43.63%
B=44.50%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal682502550.730.0200181.610063.33
Hex44FAFF49200b6643f
Octal10437237711120026614477
Binary1000100111110101111111110010011000101101101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44faff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44faff; }

 p { color: rgb(68,250,255); }

 H1.HeaderClassName
 {
   color: #44faff;
 }
 .AnyTagClassName
 {
   color: #44faff;
 }
</style>
background-color css

<style>
 a { background-color: #44faff; }

 a { background-color: rgb(68,250,255); }

 div.DivClassName
 {
   background-color: #44faff;
 }
 .BgClassName
 {
   background-color: #44faff;
 }
</style>
border-color css

<style>
 span { border-color: #44faff; }

 span { border-color: rgb(68,250,255); }

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