Html Css Color HEX #55ADFD Cornflower Blue

📋 copy color: '#55ADFD'

red 85 ◦ green 173 ◦ blue 253

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

Shades of Cornflower Blue #55ADFD

Tints of Cornflower Blue #55ADFD

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.86%

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

R = 16.63%
G = 33.86%
B = 49.51%

CMYK

 C value IS 0.66

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#55ADFD (or 0x55ADFD) is known color: Cornflower Blue. HEX triplet: 55, AD and FD. RGB value is (85,173,253). Sum of RGB (Red+Green+Blue) = 85+173+253=511 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.63% from 511); Green value is 173 (67.97% from 255 or 33.86% from 511); Blue value is 253 (99.22% from 255 or 49.51% from 511); Max value from RGB is 253 - color contains mainly: blue. Hex color #55ADFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #55ADFD is #AA5202. Grayscale: #9B9B9B. Windows color (decimal): -11162115 or 16624981. OLE color: 16624981.

HSL color Cylindrical-coordinate representation of color #55ADFD: hue angle of 208.57º 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 #55ADFD is Cyan = 0.66, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 85 173 253 -
CMYK 0.66 0.32 0 0.01
HSL 208.57º 0.98% 0.66% -
HSV(B) 208.57º 0.66% 0.99% -
XYZ 36.42 38.91 98.52 -
YUV 155.81 182.85 77.5 -
System Red Green Blue C M Y K H S L
Decimal 85 173 253 0.66 0.32 0 0.01 208.57 0.98 0.66
Hex 55 AD FD 42 20 0 1 D1 62 42
Octal 125 255 375 102 40 0 1 321 142 102
Binary 1010101 10101101 11111101 1000010 100000 0 1 11010001 1100010 1000010

Color Harmonies of #55ADFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55ADFD

Black with #55ADFD

Text Example


Text Example

White with #55ADFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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