Html Css Color HEX #61CBF8 Maya Blue

📋 copy color: '#61CBF8'

red 97 ◦ green 203 ◦ blue 248

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

Shades of Maya Blue #61CBF8

Tints of Maya Blue #61CBF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 45.26%

R = 17.7%
G = 37.04%
B = 45.26%

CMYK

 C value IS 0.61

 M value IS 0.18

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#61CBF8 (or 0x61CBF8) is known color: Maya Blue. HEX triplet: 61, CB and F8. RGB value is (97,203,248). Sum of RGB (Red+Green+Blue) = 97+203+248=548 (72% of max value = 765). Red value is 97 (38.28% from 255 or 17.70% from 548); Green value is 203 (79.69% from 255 or 37.04% from 548); Blue value is 248 (97.27% from 255 or 45.26% from 548); Max value from RGB is 248 - color contains mainly: blue. Hex color #61CBF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61CBF8 is #9E3407. Grayscale: #B0B0B0. Windows color (decimal): -10368008 or 16304993. OLE color: 16304993.

HSL color Cylindrical-coordinate representation of color #61CBF8: hue angle of 197.88º degrees, saturation: 0.92, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #61CBF8 is Cyan = 0.61, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 97 203 248 -
CMYK 0.61 0.18 0 0.03
HSL 197.88º 0.92% 0.68% -
HSV(B) 197.88º 0.61% 0.97% -
XYZ 43.23 52.03 96.57 -
YUV 176.44 168.38 71.34 -
System Red Green Blue C M Y K H S L
Decimal 97 203 248 0.61 0.18 0 0.03 197.88 0.92 0.68
Hex 61 CB F8 3D 12 0 3 C6 5C 44
Octal 141 313 370 75 22 0 3 306 134 104
Binary 1100001 11001011 11111000 111101 10010 0 11 11000110 1011100 1000100

Color Harmonies of #61CBF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61CBF8

Black with #61CBF8

Text Example


Text Example

White with #61CBF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,203,248); }

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

background-color css

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

 a { background-color: rgb(97,203,248); }

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

border-color css

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

 span { border-color: rgb(97,203,248); }

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