Html Css Color HEX #5FCAF3 Maya Blue

📋 copy color: '#5FCAF3'

red 95 ◦ green 202 ◦ blue 243

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

Shades of Maya Blue #5FCAF3

Tints of Maya Blue #5FCAF3

RGB

 RED value IS 95 (37.5% from 255) = 17.59%

 GREEN value IS 202 (79.3% from 255) = 37.41%

 BLUE value IS 243 (95.31% from 255) = 45%

R = 17.59%
G = 37.41%
B = 45%

CMYK

 C value IS 0.61

 M value IS 0.17

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5FCAF3 (or 0x5FCAF3) is known color: Maya Blue. HEX triplet: 5F, CA and F3. RGB value is (95,202,243). Sum of RGB (Red+Green+Blue) = 95+202+243=540 (71% of max value = 765). Red value is 95 (37.5% from 255 or 17.59% from 540); Green value is 202 (79.30% from 255 or 37.41% from 540); Blue value is 243 (95.31% from 255 or 45% from 540); Max value from RGB is 243 - color contains mainly: blue. Hex color #5FCAF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FCAF3 is #A0350C. Grayscale: #AEAEAE. Windows color (decimal): -10499341 or 15977055. OLE color: 15977055.

HSL color Cylindrical-coordinate representation of color #5FCAF3: hue angle of 196.62º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5FCAF3 is Cyan = 0.61, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 95 202 243 -
CMYK 0.61 0.17 0 0.05
HSL 196.62º 0.86% 0.66% -
HSV(B) 196.62º 0.61% 0.95% -
XYZ 42.02 51.15 92.45 -
YUV 174.68 166.55 71.17 -
System Red Green Blue C M Y K H S L
Decimal 95 202 243 0.61 0.17 0 0.05 196.62 0.86 0.66
Hex 5F CA F3 3D 11 0 5 C5 56 42
Octal 137 312 363 75 21 0 5 305 126 102
Binary 1011111 11001010 11110011 111101 10001 0 101 11000101 1010110 1000010

Color Harmonies of #5FCAF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FCAF3

Black with #5FCAF3

Text Example


Text Example

White with #5FCAF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5FCAF3; }

 p { color: rgb(95,202,243); }

 H1.HeaderClassName
 {
   color: #5FCAF3;
 }
 .AnyTagClassName
 {
   color: #5FCAF3;
 }
</style>

background-color css

<style>
 a { background-color: #5FCAF3; }

 a { background-color: rgb(95,202,243); }

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

border-color css

<style>
 span { border-color: #5FCAF3; }

 span { border-color: rgb(95,202,243); }

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