Html Css Color HEX #55CDFD Maya Blue

📋 copy color: '#55CDFD'

red 85 ◦ green 205 ◦ blue 253

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

Shades of Maya Blue #55CDFD

Tints of Maya Blue #55CDFD

RGB

 RED value IS 85 (33.59% from 255) = 15.65%

 GREEN value IS 205 (80.47% from 255) = 37.75%

 BLUE value IS 253 (99.22% from 255) = 46.59%

R = 15.65%
G = 37.75%
B = 46.59%

CMYK

 C value IS 0.66

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#55CDFD (or 0x55CDFD) is known color: Maya Blue. HEX triplet: 55, CD and FD. RGB value is (85,205,253). Sum of RGB (Red+Green+Blue) = 85+205+253=543 (71% of max value = 765). Red value is 85 (33.59% from 255 or 15.65% from 543); Green value is 205 (80.47% from 255 or 37.75% from 543); Blue value is 253 (99.22% from 255 or 46.59% from 543); Max value from RGB is 253 - color contains mainly: blue. Hex color #55CDFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55CDFD is #AA3202. Grayscale: #AEAEAE. Windows color (decimal): -11153923 or 16633173. OLE color: 16633173.

HSL color Cylindrical-coordinate representation of color #55CDFD: hue angle of 197.14º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55CDFD is Cyan = 0.66, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 85 205 253 -
CMYK 0.66 0.19 0 0.01
HSL 197.14º 0.98% 0.66% -
HSV(B) 197.14º 0.66% 0.99% -
XYZ 43.31 52.69 100.82 -
YUV 174.59 172.24 64.1 -
System Red Green Blue C M Y K H S L
Decimal 85 205 253 0.66 0.19 0 0.01 197.14 0.98 0.66
Hex 55 CD FD 42 13 0 1 C5 62 42
Octal 125 315 375 102 23 0 1 305 142 102
Binary 1010101 11001101 11111101 1000010 10011 0 1 11000101 1100010 1000010

Color Harmonies of #55CDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55CDFD

Black with #55CDFD

Text Example


Text Example

White with #55CDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55CDFD; }

 p { color: rgb(85,205,253); }

 H1.HeaderClassName
 {
   color: #55CDFD;
 }
 .AnyTagClassName
 {
   color: #55CDFD;
 }
</style>

background-color css

<style>
 a { background-color: #55CDFD; }

 a { background-color: rgb(85,205,253); }

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

border-color css

<style>
 span { border-color: #55CDFD; }

 span { border-color: rgb(85,205,253); }

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