#65CCFD

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

Shades of Maya Blue #65CCFD

Tints of Maya Blue #65CCFD

Color information

#65CCFD (or 0x65CCFD) is unknown color: approx Maya Blue. HEX triplet: 65, CC and FD. RGB value is (101,204,253). Sum of RGB (Red+Green+Blue) = 101+204+253=558 (73% of max value = 765). Red value is 101 (39.84% from 255 or 18.10% from 558); Green value is 204 (80.08% from 255 or 36.56% from 558); Blue value is 253 (99.22% from 255 or 45.34% from 558); Max value from RGB is 253 - color contains mainly: blue. Hex color #65CCFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65CCFD is #9A3302. Grayscale: #B2B2B2. Windows color (decimal): -10105603 or 16632933. OLE color: 16632933.

HSL color Cylindrical-coordinate representation of color #65CCFD: hue angle of 199.34º 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 #65CCFD is Cyan = 0.60, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB101204253-
CMYK0.600.1900.01
HSL199.34º97.44%69.41%-
HSV(B)199.34º60.08%99.22%-
XYZ44.6953.04100.81-
YUV178.79169.8872.52-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 18.10%
GREEN value IS 204 (80.08% from 255) = 36.56%
BLUE value IS 253 (99.22% from 255) = 45.34%
R=18.10%
G=36.56%
B=45.34%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1012042530.600.1900.01199.3497.4469.41
Hex65CCFD3C1301c76145
Octal145314375742301307141105
Binary1100101110011001111110111110010011011100011111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65CCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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