Html Css Color HEX #65CFFF Maya Blue

📋 copy color: '#65CFFF'

red 101 ◦ green 207 ◦ blue 255

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

Shades of Maya Blue #65CFFF

Tints of Maya Blue #65CFFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.29%

R = 17.94%
G = 36.77%
B = 45.29%

CMYK

 C value IS 0.60

 M value IS 0.19

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#65CFFF (or 0x65CFFF) is known color: Maya Blue. HEX triplet: 65, CF and FF. RGB value is (101,207,255). Sum of RGB (Red+Green+Blue) = 101+207+255=563 (74% of max value = 765). Red value is 101 (39.84% from 255 or 17.94% from 563); Green value is 207 (81.25% from 255 or 36.77% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #65CFFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65CFFF is #9A3000. Grayscale: #B4B4B4. Windows color (decimal): -10104833 or 16764773. OLE color: 16764773.

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

Color convert

RGB 101 207 255 -
CMYK 0.60 0.19 0 0
HSL 198.7º 1% 0.7% -
HSV(B) 198.7º 0.6% 1% -
XYZ 45.73 54.61 102.74 -
YUV 180.78 169.88 71.1 -
System Red Green Blue C M Y K H S L
Decimal 101 207 255 0.60 0.19 0 0 198.7 1 0.7
Hex 65 CF FF 3C 13 0 0 C7 64 46
Octal 145 317 377 74 23 0 0 307 144 106
Binary 1100101 11001111 11111111 111100 10011 0 0 11000111 1100100 1000110

Color Harmonies of #65CFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65CFFF

Black with #65CFFF

Text Example


Text Example

White with #65CFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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