Html Css Color HEX #65CFFC Maya Blue

📋 copy color: '#65CFFC'

red 101 ◦ green 207 ◦ blue 252

#65CFFC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maya Blue #65CFFC

Tints of Maya Blue #65CFFC

RGB

 RED value IS 101 (39.84% from 255) = 18.04%

 GREEN value IS 207 (81.25% from 255) = 36.96%

 BLUE value IS 252 (98.83% from 255) = 45%

R = 18.04%
G = 36.96%
B = 45%

CMYK

 C value IS 0.60

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#65CFFC (or 0x65CFFC) is known color: Maya Blue. HEX triplet: 65, CF and FC. RGB value is (101,207,252). Sum of RGB (Red+Green+Blue) = 101+207+252=560 (74% of max value = 765). Red value is 101 (39.84% from 255 or 18.04% from 560); Green value is 207 (81.25% from 255 or 36.96% from 560); Blue value is 252 (98.83% from 255 or 45% from 560); Max value from RGB is 252 - color contains mainly: blue. Hex color #65CFFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65CFFC is #9A3003. Grayscale: #B4B4B4. Windows color (decimal): -10104836 or 16568165. OLE color: 16568165.

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

Color convert

RGB 101 207 252 -
CMYK 0.60 0.18 0 0.01
HSL 197.88º 0.96% 0.69% -
HSV(B) 197.88º 0.6% 0.99% -
XYZ 45.25 54.42 100.21 -
YUV 180.44 168.38 71.34 -
System Red Green Blue C M Y K H S L
Decimal 101 207 252 0.60 0.18 0 0.01 197.88 0.96 0.69
Hex 65 CF FC 3C 12 0 1 C6 60 45
Octal 145 317 374 74 22 0 1 306 140 105
Binary 1100101 11001111 11111100 111100 10010 0 1 11000110 1100000 1000101

Color Harmonies of #65CFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65CFFC

Black with #65CFFC

Text Example


Text Example

White with #65CFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,207,252); }

 H1.HeaderClassName
 {
   color: #65CFFC;
 }
 .AnyTagClassName
 {
   color: #65CFFC;
 }
</style>

background-color css

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

 a { background-color: rgb(101,207,252); }

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

border-color css

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

 span { border-color: rgb(101,207,252); }

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