Html Css Color HEX #65CFF8 Maya Blue

📋 copy color: '#65CFF8'

red 101 ◦ green 207 ◦ blue 248

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

Shades of Maya Blue #65CFF8

Tints of Maya Blue #65CFF8

RGB

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

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

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

R = 18.17%
G = 37.23%
B = 44.6%

CMYK

 C value IS 0.59

 M value IS 0.17

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#65CFF8 (or 0x65CFF8) is known color: Maya Blue. HEX triplet: 65, CF and F8. RGB value is (101,207,248). Sum of RGB (Red+Green+Blue) = 101+207+248=556 (73% of max value = 765). Red value is 101 (39.84% from 255 or 18.17% from 556); Green value is 207 (81.25% from 255 or 37.23% from 556); Blue value is 248 (97.27% from 255 or 44.60% from 556); Max value from RGB is 248 - color contains mainly: blue. Hex color #65CFF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65CFF8 is #9A3007. Grayscale: #B3B3B3. Windows color (decimal): -10104840 or 16306021. OLE color: 16306021.

HSL color Cylindrical-coordinate representation of color #65CFF8: hue angle of 196.73º 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 #65CFF8 is Cyan = 0.59, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 101 207 248 -
CMYK 0.59 0.17 0 0.03
HSL 196.73º 0.91% 0.68% -
HSV(B) 196.73º 0.59% 0.97% -
XYZ 44.62 54.17 96.91 -
YUV 179.98 166.38 71.67 -
System Red Green Blue C M Y K H S L
Decimal 101 207 248 0.59 0.17 0 0.03 196.73 0.91 0.68
Hex 65 CF F8 3B 11 0 3 C5 5B 44
Octal 145 317 370 73 21 0 3 305 133 104
Binary 1100101 11001111 11111000 111011 10001 0 11 11000101 1011011 1000100

Color Harmonies of #65CFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65CFF8

Black with #65CFF8

Text Example


Text Example

White with #65CFF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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