Html Css Color HEX #65CBF2 Maya Blue

📋 copy color: '#65CBF2'

red 101 ◦ green 203 ◦ blue 242

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

Shades of Maya Blue #65CBF2

Tints of Maya Blue #65CBF2

RGB

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

 GREEN value IS 203 (79.69% from 255) = 37.18%

 BLUE value IS 242 (94.92% from 255) = 44.32%

R = 18.5%
G = 37.18%
B = 44.32%

CMYK

 C value IS 0.58

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#65CBF2 (or 0x65CBF2) is known color: Maya Blue. HEX triplet: 65, CB and F2. RGB value is (101,203,242). Sum of RGB (Red+Green+Blue) = 101+203+242=546 (72% of max value = 765). Red value is 101 (39.84% from 255 or 18.50% from 546); Green value is 203 (79.69% from 255 or 37.18% from 546); Blue value is 242 (94.92% from 255 or 44.32% from 546); Max value from RGB is 242 - color contains mainly: blue. Hex color #65CBF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65CBF2 is #9A340D. Grayscale: #B0B0B0. Windows color (decimal): -10105870 or 15911781. OLE color: 15911781.

HSL color Cylindrical-coordinate representation of color #65CBF2: hue angle of 196.6º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65CBF2 is Cyan = 0.58, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 101 203 242 -
CMYK 0.58 0.16 0 0.05
HSL 196.6º 0.84% 0.67% -
HSV(B) 196.6º 0.58% 0.95% -
XYZ 42.75 51.89 91.77 -
YUV 176.95 164.71 73.83 -
System Red Green Blue C M Y K H S L
Decimal 101 203 242 0.58 0.16 0 0.05 196.6 0.84 0.67
Hex 65 CB F2 3A 10 0 5 C5 54 43
Octal 145 313 362 72 20 0 5 305 124 103
Binary 1100101 11001011 11110010 111010 10000 0 101 11000101 1010100 1000011

Color Harmonies of #65CBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65CBF2

Black with #65CBF2

Text Example


Text Example

White with #65CBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,203,242); }

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

background-color css

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

 a { background-color: rgb(101,203,242); }

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

border-color css

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

 span { border-color: rgb(101,203,242); }

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