Html Css Color HEX #65CCF8 Maya Blue

📋 copy color: '#65CCF8'

red 101 ◦ green 204 ◦ blue 248

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

Shades of Maya Blue #65CCF8

Tints of Maya Blue #65CCF8

RGB

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

 GREEN value IS 204 (80.08% from 255) = 36.89%

 BLUE value IS 248 (97.27% from 255) = 44.85%

R = 18.26%
G = 36.89%
B = 44.85%

CMYK

 C value IS 0.59

 M value IS 0.18

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#65CCF8 (or 0x65CCF8) is known color: Maya Blue. HEX triplet: 65, CC and F8. RGB value is (101,204,248). Sum of RGB (Red+Green+Blue) = 101+204+248=553 (73% of max value = 765). Red value is 101 (39.84% from 255 or 18.26% from 553); Green value is 204 (80.08% from 255 or 36.89% from 553); Blue value is 248 (97.27% from 255 or 44.85% from 553); Max value from RGB is 248 - color contains mainly: blue. Hex color #65CCF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65CCF8 is #9A3307. Grayscale: #B1B1B1. Windows color (decimal): -10105608 or 16305253. OLE color: 16305253.

HSL color Cylindrical-coordinate representation of color #65CCF8: hue angle of 197.96º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65CCF8 is Cyan = 0.59, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 101 204 248 -
CMYK 0.59 0.18 0 0.03
HSL 197.96º 0.91% 0.68% -
HSV(B) 197.96º 0.59% 0.97% -
XYZ 43.9 52.73 96.67 -
YUV 178.22 167.38 72.92 -
System Red Green Blue C M Y K H S L
Decimal 101 204 248 0.59 0.18 0 0.03 197.96 0.91 0.68
Hex 65 CC F8 3B 12 0 3 C6 5B 44
Octal 145 314 370 73 22 0 3 306 133 104
Binary 1100101 11001100 11111000 111011 10010 0 11 11000110 1011011 1000100

Color Harmonies of #65CCF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65CCF8

Black with #65CCF8

Text Example


Text Example

White with #65CCF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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