Html Css Color HEX #61B5FE Maya Blue

📋 copy color: '#61B5FE'

red 97 ◦ green 181 ◦ blue 254

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

Shades of Maya Blue #61B5FE

Tints of Maya Blue #61B5FE

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.02%

 BLUE value IS 254 (99.61% from 255) = 47.74%

R = 18.23%
G = 34.02%
B = 47.74%

CMYK

 C value IS 0.62

 M value IS 0.29

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#61B5FE (or 0x61B5FE) is known color: Maya Blue. HEX triplet: 61, B5 and FE. RGB value is (97,181,254). Sum of RGB (Red+Green+Blue) = 97+181+254=532 (70% of max value = 765). Red value is 97 (38.28% from 255 or 18.23% from 532); Green value is 181 (71.09% from 255 or 34.02% from 532); Blue value is 254 (99.61% from 255 or 47.74% from 532); Max value from RGB is 254 - color contains mainly: blue. Hex color #61B5FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61B5FE is #9E4A01. Grayscale: #A3A3A3. Windows color (decimal): -10373634 or 16692577. OLE color: 16692577.

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

Color convert

RGB 97 181 254 -
CMYK 0.62 0.29 0 0.00
HSL 207.9º 0.99% 0.69% -
HSV(B) 207.9º 0.62% 1% -
XYZ 39.34 42.74 99.94 -
YUV 164.21 178.67 80.06 -
System Red Green Blue C M Y K H S L
Decimal 97 181 254 0.62 0.29 0 0.00 207.9 0.99 0.69
Hex 61 B5 FE 3E 1D 0 0 D0 63 45
Octal 141 265 376 76 35 0 0 320 143 105
Binary 1100001 10110101 11111110 111110 11101 0 0 11010000 1100011 1000101

Color Harmonies of #61B5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61B5FE

Black with #61B5FE

Text Example


Text Example

White with #61B5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,181,254); }

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

background-color css

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

 a { background-color: rgb(97,181,254); }

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

border-color css

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

 span { border-color: rgb(97,181,254); }

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