Html Css Color HEX #61BDF8 Maya Blue

📋 copy color: '#61BDF8'

red 97 ◦ green 189 ◦ blue 248

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

Shades of Maya Blue #61BDF8

Tints of Maya Blue #61BDF8

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.39%

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

R = 18.16%
G = 35.39%
B = 46.44%

CMYK

 C value IS 0.61

 M value IS 0.24

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#61BDF8 (or 0x61BDF8) is known color: Maya Blue. HEX triplet: 61, BD and F8. RGB value is (97,189,248). Sum of RGB (Red+Green+Blue) = 97+189+248=534 (70% of max value = 765). Red value is 97 (38.28% from 255 or 18.16% from 534); Green value is 189 (74.22% from 255 or 35.39% from 534); Blue value is 248 (97.27% from 255 or 46.44% from 534); Max value from RGB is 248 - color contains mainly: blue. Hex color #61BDF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61BDF8 is #9E4207. Grayscale: #A7A7A7. Windows color (decimal): -10371592 or 16301409. OLE color: 16301409.

HSL color Cylindrical-coordinate representation of color #61BDF8: hue angle of 203.44º 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 #61BDF8 is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 97 189 248 -
CMYK 0.61 0.24 0 0.03
HSL 203.44º 0.92% 0.68% -
HSV(B) 203.44º 0.61% 0.97% -
XYZ 40.07 45.71 95.52 -
YUV 168.22 173.02 77.2 -
System Red Green Blue C M Y K H S L
Decimal 97 189 248 0.61 0.24 0 0.03 203.44 0.92 0.68
Hex 61 BD F8 3D 18 0 3 CB 5C 44
Octal 141 275 370 75 30 0 3 313 134 104
Binary 1100001 10111101 11111000 111101 11000 0 11 11001011 1011100 1000100

Color Harmonies of #61BDF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61BDF8

Black with #61BDF8

Text Example


Text Example

White with #61BDF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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