Html Css Color HEX #85DDFD Light Sky Blue

📋 copy color: '#85DDFD'

red 133 ◦ green 221 ◦ blue 253

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

Shades of Light Sky Blue #85DDFD

Tints of Light Sky Blue #85DDFD

RGB

 RED value IS 133 (52.34% from 255) = 21.91%

 GREEN value IS 221 (86.72% from 255) = 36.41%

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

R = 21.91%
G = 36.41%
B = 41.68%

CMYK

 C value IS 0.47

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#85DDFD (or 0x85DDFD) is known color: Light Sky Blue. HEX triplet: 85, DD and FD. RGB value is (133,221,253). Sum of RGB (Red+Green+Blue) = 133+221+253=607 (80% of max value = 765). Red value is 133 (52.34% from 255 or 21.91% from 607); Green value is 221 (86.72% from 255 or 36.41% from 607); Blue value is 253 (99.22% from 255 or 41.68% from 607); Max value from RGB is 253 - color contains mainly: blue. Hex color #85DDFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85DDFD is #7A2202. Grayscale: #C6C6C6. Windows color (decimal): -8004099 or 16637317. OLE color: 16637317.

HSL color Cylindrical-coordinate representation of color #85DDFD: hue angle of 196º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85DDFD is Cyan = 0.47, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 133 221 253 -
CMYK 0.47 0.13 0 0.01
HSL 196º 0.97% 0.76% -
HSV(B) 196º 0.47% 0.99% -
XYZ 53.26 63.79 102.43 -
YUV 198.34 158.85 81.4 -
System Red Green Blue C M Y K H S L
Decimal 133 221 253 0.47 0.13 0 0.01 196 0.97 0.76
Hex 85 DD FD 2F D 0 1 C4 61 4C
Octal 205 335 375 57 15 0 1 304 141 114
Binary 10000101 11011101 11111101 101111 1101 0 1 11000100 1100001 1001100

Color Harmonies of #85DDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DDFD

Black with #85DDFD

Text Example


Text Example

White with #85DDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85DDFD; }

 p { color: rgb(133,221,253); }

 H1.HeaderClassName
 {
   color: #85DDFD;
 }
 .AnyTagClassName
 {
   color: #85DDFD;
 }
</style>

background-color css

<style>
 a { background-color: #85DDFD; }

 a { background-color: rgb(133,221,253); }

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

border-color css

<style>
 span { border-color: #85DDFD; }

 span { border-color: rgb(133,221,253); }

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