Html Css Color HEX #61B2FE Maya Blue

📋 copy color: '#61B2FE'

red 97 ◦ green 178 ◦ blue 254

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

Shades of Maya Blue #61B2FE

Tints of Maya Blue #61B2FE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.65%

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

R = 18.34%
G = 33.65%
B = 48.02%

CMYK

 C value IS 0.62

 M value IS 0.30

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#61B2FE (or 0x61B2FE) is known color: Maya Blue. HEX triplet: 61, B2 and FE. RGB value is (97,178,254). Sum of RGB (Red+Green+Blue) = 97+178+254=529 (70% of max value = 765). Red value is 97 (38.28% from 255 or 18.34% from 529); Green value is 178 (69.92% from 255 or 33.65% from 529); Blue value is 254 (99.61% from 255 or 48.02% from 529); Max value from RGB is 254 - color contains mainly: blue. Hex color #61B2FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #61B2FE is #9E4D01. Grayscale: #A2A2A2. Windows color (decimal): -10374402 or 16691809. OLE color: 16691809.

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

Color convert

RGB 97 178 254 -
CMYK 0.62 0.30 0 0.00
HSL 209.04º 0.99% 0.69% -
HSV(B) 209.04º 0.62% 1% -
XYZ 38.74 41.54 99.74 -
YUV 162.45 179.66 81.32 -
System Red Green Blue C M Y K H S L
Decimal 97 178 254 0.62 0.30 0 0.00 209.04 0.99 0.69
Hex 61 B2 FE 3E 1E 0 0 D1 63 45
Octal 141 262 376 76 36 0 0 321 143 105
Binary 1100001 10110010 11111110 111110 11110 0 0 11010001 1100011 1000101

Color Harmonies of #61B2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61B2FE

Black with #61B2FE

Text Example


Text Example

White with #61B2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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