#65F8FF

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

Shades of Baby Blue #65F8FF

Tints of Baby Blue #65F8FF

Color information

#65F8FF (or 0x65F8FF) is unknown color: approx Baby Blue. HEX triplet: 65, F8 and FF. RGB value is (101,248,255). Sum of RGB (Red+Green+Blue) = 101+248+255=604 (80% of max value = 765). Red value is 101 (39.84% from 255 or 16.72% from 604); Green value is 248 (97.27% from 255 or 41.06% from 604); Blue value is 255 (100% from 255 or 42.22% from 604); Max value from RGB is 255 - color contains mainly: blue. Hex color #65F8FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65F8FF is #9A0700. Grayscale: #CCCCCC. Windows color (decimal): -10094337 or 16775269. OLE color: 16775269.

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

Color convert

RGB101248255-
CMYK0.600.0300
HSL182.73º100%69.8%-
HSV(B)182.73º60.39%100%-
XYZ56.9877.12106.49-
YUV204.84156.353.93-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 16.72%
GREEN value IS 248 (97.27% from 255) = 41.06%
BLUE value IS 255 (100% from 255) = 42.22%
R=16.72%
G=41.06%
B=42.22%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1012482550.600.0300182.7310069.8
Hex65F8FF3C300b76446
Octal14537037774300267144106
Binary1100101111110001111111111110011001011011111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65F8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,248,255); }

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

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

 a { background-color: rgb(101,248,255); }

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

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

 span { border-color: rgb(101,248,255); }

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