Html Css Color HEX #5CCAFF Maya Blue

📋 copy color: '#5CCAFF'

red 92 ◦ green 202 ◦ blue 255

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

Shades of Maya Blue #5CCAFF

Tints of Maya Blue #5CCAFF

RGB

 RED value IS 92 (36.33% from 255) = 16.76%

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

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

R = 16.76%
G = 36.79%
B = 46.45%

CMYK

 C value IS 0.64

 M value IS 0.21

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5CCAFF (or 0x5CCAFF) is known color: Maya Blue. HEX triplet: 5C, CA and FF. RGB value is (92,202,255). Sum of RGB (Red+Green+Blue) = 92+202+255=549 (72% of max value = 765). Red value is 92 (36.33% from 255 or 16.76% from 549); Green value is 202 (79.30% from 255 or 36.79% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #5CCAFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CCAFF is #A33500. Grayscale: #AEAEAE. Windows color (decimal): -10695937 or 16763484. OLE color: 16763484.

HSL color Cylindrical-coordinate representation of color #5CCAFF: hue angle of 199.51º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5CCAFF is Cyan = 0.64, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 92 202 255 -
CMYK 0.64 0.21 0 0
HSL 199.51º 1% 0.68% -
HSV(B) 199.51º 0.64% 1% -
XYZ 43.58 51.74 102.3 -
YUV 175.15 173.06 68.69 -
System Red Green Blue C M Y K H S L
Decimal 92 202 255 0.64 0.21 0 0 199.51 1 0.68
Hex 5C CA FF 40 15 0 0 C8 64 44
Octal 134 312 377 100 25 0 0 310 144 104
Binary 1011100 11001010 11111111 1000000 10101 0 0 11001000 1100100 1000100

Color Harmonies of #5CCAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CCAFF

Black with #5CCAFF

Text Example


Text Example

White with #5CCAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,202,255); }

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

background-color css

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

 a { background-color: rgb(92,202,255); }

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

border-color css

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

 span { border-color: rgb(92,202,255); }

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