Html Css Color HEX #61CAF3 Maya Blue

📋 copy color: '#61CAF3'

red 97 ◦ green 202 ◦ blue 243

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

Shades of Maya Blue #61CAF3

Tints of Maya Blue #61CAF3

RGB

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

 GREEN value IS 202 (79.3% from 255) = 37.27%

 BLUE value IS 243 (95.31% from 255) = 44.83%

R = 17.9%
G = 37.27%
B = 44.83%

CMYK

 C value IS 0.60

 M value IS 0.17

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#61CAF3 (or 0x61CAF3) is known color: Maya Blue. HEX triplet: 61, CA and F3. RGB value is (97,202,243). Sum of RGB (Red+Green+Blue) = 97+202+243=542 (71% of max value = 765). Red value is 97 (38.28% from 255 or 17.90% from 542); Green value is 202 (79.30% from 255 or 37.27% from 542); Blue value is 243 (95.31% from 255 or 44.83% from 542); Max value from RGB is 243 - color contains mainly: blue. Hex color #61CAF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61CAF3 is #9E350C. Grayscale: #AFAFAF. Windows color (decimal): -10368269 or 15977057. OLE color: 15977057.

HSL color Cylindrical-coordinate representation of color #61CAF3: hue angle of 196.85º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61CAF3 is Cyan = 0.60, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 97 202 243 -
CMYK 0.60 0.17 0 0.05
HSL 196.85º 0.86% 0.67% -
HSV(B) 196.85º 0.6% 0.95% -
XYZ 42.23 51.25 92.46 -
YUV 175.28 166.21 72.17 -
System Red Green Blue C M Y K H S L
Decimal 97 202 243 0.60 0.17 0 0.05 196.85 0.86 0.67
Hex 61 CA F3 3C 11 0 5 C5 56 43
Octal 141 312 363 74 21 0 5 305 126 103
Binary 1100001 11001010 11110011 111100 10001 0 101 11000101 1010110 1000011

Color Harmonies of #61CAF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61CAF3

Black with #61CAF3

Text Example


Text Example

White with #61CAF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,202,243); }

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

background-color css

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

 a { background-color: rgb(97,202,243); }

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

border-color css

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

 span { border-color: rgb(97,202,243); }

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