Html Css Color HEX #65CEFF Maya Blue

📋 copy color: '#65CEFF'

red 101 ◦ green 206 ◦ blue 255

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

Shades of Maya Blue #65CEFF

Tints of Maya Blue #65CEFF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 36.65%

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

R = 17.97%
G = 36.65%
B = 45.37%

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

#65CEFF (or 0x65CEFF) is known color: Maya Blue. HEX triplet: 65, CE and FF. RGB value is (101,206,255). Sum of RGB (Red+Green+Blue) = 101+206+255=562 (74% of max value = 765). Red value is 101 (39.84% from 255 or 17.97% from 562); Green value is 206 (80.86% from 255 or 36.65% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #65CEFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65CEFF is #9A3100. Grayscale: #B3B3B3. Windows color (decimal): -10105089 or 16764517. OLE color: 16764517.

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

Color convert

RGB 101 206 255 -
CMYK 0.60 0.19 0 0
HSL 199.09º 1% 0.7% -
HSV(B) 199.09º 0.6% 1% -
XYZ 45.49 54.13 102.66 -
YUV 180.19 170.21 71.52 -
System Red Green Blue C M Y K H S L
Decimal 101 206 255 0.60 0.19 0 0 199.09 1 0.7
Hex 65 CE FF 3C 13 0 0 C7 64 46
Octal 145 316 377 74 23 0 0 307 144 106
Binary 1100101 11001110 11111111 111100 10011 0 0 11000111 1100100 1000110

Color Harmonies of #65CEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65CEFF

Black with #65CEFF

Text Example


Text Example

White with #65CEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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