#65CBFD

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

Shades of Maya Blue #65CBFD

Tints of Maya Blue #65CBFD

Color information

#65CBFD (or 0x65CBFD) is unknown color: approx Maya Blue. HEX triplet: 65, CB and FD. RGB value is (101,203,253). Sum of RGB (Red+Green+Blue) = 101+203+253=557 (73% of max value = 765). Red value is 101 (39.84% from 255 or 18.13% from 557); Green value is 203 (79.69% from 255 or 36.45% from 557); Blue value is 253 (99.22% from 255 or 45.42% from 557); Max value from RGB is 253 - color contains mainly: blue. Hex color #65CBFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65CBFD is #9A3402. Grayscale: #B1B1B1. Windows color (decimal): -10105859 or 16632677. OLE color: 16632677.

HSL color Cylindrical-coordinate representation of color #65CBFD: hue angle of 199.74º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65CBFD is Cyan = 0.60, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB101203253-
CMYK0.600.2000.01
HSL199.74º97.44%69.41%-
HSV(B)199.74º60.08%99.22%-
XYZ44.4552.57100.73-
YUV178.2170.2172.93-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 18.13%
GREEN value IS 203 (79.69% from 255) = 36.45%
BLUE value IS 253 (99.22% from 255) = 45.42%
R=18.13%
G=36.45%
B=45.42%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1012032530.600.2000.01199.7497.4469.41
Hex65CBFD3C1401c86145
Octal145313375742401310141105
Binary1100101110010111111110111110010100011100100011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65CBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,203,253); }

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

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

 a { background-color: rgb(101,203,253); }

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

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

 span { border-color: rgb(101,203,253); }

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