Html Css Color HEX #5FCFFC Maya Blue

📋 copy color: '#5FCFFC'

red 95 ◦ green 207 ◦ blue 252

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

Shades of Maya Blue #5FCFFC

Tints of Maya Blue #5FCFFC

RGB

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

 GREEN value IS 207 (81.25% from 255) = 37.36%

 BLUE value IS 252 (98.83% from 255) = 45.49%

R = 17.15%
G = 37.36%
B = 45.49%

CMYK

 C value IS 0.62

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5FCFFC (or 0x5FCFFC) is known color: Maya Blue. HEX triplet: 5F, CF and FC. RGB value is (95,207,252). Sum of RGB (Red+Green+Blue) = 95+207+252=554 (73% of max value = 765). Red value is 95 (37.5% from 255 or 17.15% from 554); Green value is 207 (81.25% from 255 or 37.36% from 554); Blue value is 252 (98.83% from 255 or 45.49% from 554); Max value from RGB is 252 - color contains mainly: blue. Hex color #5FCFFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FCFFC is #A03003. Grayscale: #B2B2B2. Windows color (decimal): -10498052 or 16568159. OLE color: 16568159.

HSL color Cylindrical-coordinate representation of color #5FCFFC: hue angle of 197.2º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FCFFC is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 95 207 252 -
CMYK 0.62 0.18 0 0.01
HSL 197.2º 0.96% 0.68% -
HSV(B) 197.2º 0.62% 0.99% -
XYZ 44.6 54.09 100.18 -
YUV 178.64 169.39 68.34 -
System Red Green Blue C M Y K H S L
Decimal 95 207 252 0.62 0.18 0 0.01 197.2 0.96 0.68
Hex 5F CF FC 3E 12 0 1 C5 60 44
Octal 137 317 374 76 22 0 1 305 140 104
Binary 1011111 11001111 11111100 111110 10010 0 1 11000101 1100000 1000100

Color Harmonies of #5FCFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FCFFC

Black with #5FCFFC

Text Example


Text Example

White with #5FCFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,207,252); }

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

background-color css

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

 a { background-color: rgb(95,207,252); }

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

border-color css

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

 span { border-color: rgb(95,207,252); }

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