Html Css Color HEX #61CCFF Maya Blue

📋 copy color: '#61CCFF'

red 97 ◦ green 204 ◦ blue 255

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

Shades of Maya Blue #61CCFF

Tints of Maya Blue #61CCFF

RGB

 RED value IS 97 (38.28% from 255) = 17.45%

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

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

R = 17.45%
G = 36.69%
B = 45.86%

CMYK

 C value IS 0.62

 M value IS 0.2

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#61CCFF (or 0x61CCFF) is known color: Maya Blue. HEX triplet: 61, CC and FF. RGB value is (97,204,255). Sum of RGB (Red+Green+Blue) = 97+204+255=556 (73% of max value = 765). Red value is 97 (38.28% from 255 or 17.45% from 556); Green value is 204 (80.08% from 255 or 36.69% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #61CCFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61CCFF is #9E3300. Grayscale: #B1B1B1. Windows color (decimal): -10367745 or 16764001. OLE color: 16764001.

HSL color Cylindrical-coordinate representation of color #61CCFF: hue angle of 199.37º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61CCFF is Cyan = 0.62, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 97 204 255 -
CMYK 0.62 0.2 0 0
HSL 199.37º 1% 0.69% -
HSV(B) 199.37º 0.62% 1% -
XYZ 44.57 52.95 102.48 -
YUV 177.82 171.55 70.35 -
System Red Green Blue C M Y K H S L
Decimal 97 204 255 0.62 0.2 0 0 199.37 1 0.69
Hex 61 CC FF 3E 14 0 0 C7 64 45
Octal 141 314 377 76 24 0 0 307 144 105
Binary 1100001 11001100 11111111 111110 10100 0 0 11000111 1100100 1000101

Color Harmonies of #61CCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61CCFF

Black with #61CCFF

Text Example


Text Example

White with #61CCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61CCFF; }

 p { color: rgb(97,204,255); }

 H1.HeaderClassName
 {
   color: #61CCFF;
 }
 .AnyTagClassName
 {
   color: #61CCFF;
 }
</style>

background-color css

<style>
 a { background-color: #61CCFF; }

 a { background-color: rgb(97,204,255); }

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

border-color css

<style>
 span { border-color: #61CCFF; }

 span { border-color: rgb(97,204,255); }

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