Html Css Color HEX #61BDFF Maya Blue

📋 copy color: '#61BDFF'

red 97 ◦ green 189 ◦ blue 255

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

Shades of Maya Blue #61BDFF

Tints of Maya Blue #61BDFF

RGB

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

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

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

R = 17.93%
G = 34.94%
B = 47.13%

CMYK

 C value IS 0.62

 M value IS 0.26

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#61BDFF (or 0x61BDFF) is known color: Maya Blue. HEX triplet: 61, BD and FF. RGB value is (97,189,255). Sum of RGB (Red+Green+Blue) = 97+189+255=541 (71% of max value = 765). Red value is 97 (38.28% from 255 or 17.93% from 541); Green value is 189 (74.22% from 255 or 34.94% from 541); Blue value is 255 (100% from 255 or 47.13% from 541); Max value from RGB is 255 - color contains mainly: blue. Hex color #61BDFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61BDFF is #9E4200. Grayscale: #A8A8A8. Windows color (decimal): -10371585 or 16760161. OLE color: 16760161.

HSL color Cylindrical-coordinate representation of color #61BDFF: hue angle of 205.06º 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 #61BDFF is Cyan = 0.62, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 97 189 255 -
CMYK 0.62 0.26 0 0
HSL 205.06º 1% 0.69% -
HSV(B) 205.06º 0.62% 1% -
XYZ 41.18 46.16 101.35 -
YUV 169.02 176.52 76.63 -
System Red Green Blue C M Y K H S L
Decimal 97 189 255 0.62 0.26 0 0 205.06 1 0.69
Hex 61 BD FF 3E 1A 0 0 CD 64 45
Octal 141 275 377 76 32 0 0 315 144 105
Binary 1100001 10111101 11111111 111110 11010 0 0 11001101 1100100 1000101

Color Harmonies of #61BDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61BDFF

Black with #61BDFF

Text Example


Text Example

White with #61BDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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