Html Css Color HEX #65CBFE Maya Blue

📋 copy color: '#65CBFE'

red 101 ◦ green 203 ◦ blue 254

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

Shades of Maya Blue #65CBFE

Tints of Maya Blue #65CBFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.52%

R = 18.1%
G = 36.38%
B = 45.52%

CMYK

 C value IS 0.60

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#65CBFE (or 0x65CBFE) is known color: Maya Blue. HEX triplet: 65, CB and FE. RGB value is (101,203,254). Sum of RGB (Red+Green+Blue) = 101+203+254=558 (73% of max value = 765). Red value is 101 (39.84% from 255 or 18.10% from 558); Green value is 203 (79.69% from 255 or 36.38% from 558); Blue value is 254 (99.61% from 255 or 45.52% from 558); Max value from RGB is 254 - color contains mainly: blue. Hex color #65CBFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65CBFE is #9A3401. Grayscale: #B2B2B2. Windows color (decimal): -10105858 or 16698213. OLE color: 16698213.

HSL color Cylindrical-coordinate representation of color #65CBFE: hue angle of 200º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65CBFE is Cyan = 0.60, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 101 203 254 -
CMYK 0.60 0.20 0 0.00
HSL 200º 0.99% 0.7% -
HSV(B) 200º 0.6% 1% -
XYZ 44.61 52.63 101.57 -
YUV 178.32 170.71 72.85 -
System Red Green Blue C M Y K H S L
Decimal 101 203 254 0.60 0.20 0 0.00 200 0.99 0.7
Hex 65 CB FE 3C 14 0 0 C8 63 46
Octal 145 313 376 74 24 0 0 310 143 106
Binary 1100101 11001011 11111110 111100 10100 0 0 11001000 1100011 1000110

Color Harmonies of #65CBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65CBFE

Black with #65CBFE

Text Example


Text Example

White with #65CBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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