Html Css Color HEX #65B2FF Maya Blue

📋 copy color: '#65B2FF'

red 101 ◦ green 178 ◦ blue 255

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

Shades of Maya Blue #65B2FF

Tints of Maya Blue #65B2FF

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.33%

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

R = 18.91%
G = 33.33%
B = 47.75%

CMYK

 C value IS 0.60

 M value IS 0.30

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#65B2FF (or 0x65B2FF) is known color: Maya Blue. HEX triplet: 65, B2 and FF. RGB value is (101,178,255). Sum of RGB (Red+Green+Blue) = 101+178+255=534 (70% of max value = 765). Red value is 101 (39.84% from 255 or 18.91% from 534); Green value is 178 (69.92% from 255 or 33.33% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #65B2FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #65B2FF is #9A4D00. Grayscale: #A3A3A3. Windows color (decimal): -10112257 or 16757349. OLE color: 16757349.

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

Color convert

RGB 101 178 255 -
CMYK 0.60 0.30 0 0
HSL 210º 1% 0.7% -
HSV(B) 210º 0.6% 1% -
XYZ 39.34 41.83 100.61 -
YUV 163.76 179.49 83.24 -
System Red Green Blue C M Y K H S L
Decimal 101 178 255 0.60 0.30 0 0 210 1 0.7
Hex 65 B2 FF 3C 1E 0 0 D2 64 46
Octal 145 262 377 74 36 0 0 322 144 106
Binary 1100101 10110010 11111111 111100 11110 0 0 11010010 1100100 1000110

Color Harmonies of #65B2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65B2FF

Black with #65B2FF

Text Example


Text Example

White with #65B2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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