#65FAFE

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

Shades of Baby Blue #65FAFE

Tints of Baby Blue #65FAFE

Color information

#65FAFE (or 0x65FAFE) is unknown color: approx Baby Blue. HEX triplet: 65, FA and FE. RGB value is (101,250,254). Sum of RGB (Red+Green+Blue) = 101+250+254=605 (80% of max value = 765). Red value is 101 (39.84% from 255 or 16.69% from 605); Green value is 250 (98.05% from 255 or 41.32% from 605); Blue value is 254 (99.61% from 255 or 41.98% from 605); Max value from RGB is 254 - color contains mainly: blue. Hex color #65FAFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65FAFE is #9A0501. Grayscale: #CDCDCD. Windows color (decimal): -10093826 or 16710245. OLE color: 16710245.

HSL color Cylindrical-coordinate representation of color #65FAFE: hue angle of 181.57º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65FAFE is Cyan = 0.60, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB101250254-
CMYK0.600.0200.00
HSL181.57º98.71%69.61%-
HSV(B)181.57º60.24%99.61%-
XYZ57.4478.29105.85-
YUV205.9155.1453.17-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 16.69%
GREEN value IS 250 (98.05% from 255) = 41.32%
BLUE value IS 254 (99.61% from 255) = 41.98%
R=16.69%
G=41.32%
B=41.98%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1012502540.600.0200.00181.5798.7169.61
Hex65FAFE3C200b66346
Octal14537237674200266143106
Binary1100101111110101111111011110010001011011011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65FAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65FAFE; }

 p { color: rgb(101,250,254); }

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

<style>
 a { background-color: #65FAFE; }

 a { background-color: rgb(101,250,254); }

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

<style>
 span { border-color: #65FAFE; }

 span { border-color: rgb(101,250,254); }

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