Html Css Color HEX #8DD5FD Light Sky Blue

📋 copy color: '#8DD5FD'

red 141 ◦ green 213 ◦ blue 253

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

Shades of Light Sky Blue #8DD5FD

Tints of Light Sky Blue #8DD5FD

RGB

 RED value IS 141 (55.47% from 255) = 23.23%

 GREEN value IS 213 (83.59% from 255) = 35.09%

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

R = 23.23%
G = 35.09%
B = 41.68%

CMYK

 C value IS 0.44

 M value IS 0.16

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8DD5FD (or 0x8DD5FD) is known color: Light Sky Blue. HEX triplet: 8D, D5 and FD. RGB value is (141,213,253). Sum of RGB (Red+Green+Blue) = 141+213+253=607 (80% of max value = 765). Red value is 141 (55.47% from 255 or 23.23% from 607); Green value is 213 (83.59% from 255 or 35.09% 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 #8DD5FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DD5FD is #722A02. Grayscale: #C3C3C3. Windows color (decimal): -7481859 or 16635277. OLE color: 16635277.

HSL color Cylindrical-coordinate representation of color #8DD5FD: hue angle of 201.43º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DD5FD is Cyan = 0.44, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 141 213 253 -
CMYK 0.44 0.16 0 0.01
HSL 201.43º 0.97% 0.77% -
HSV(B) 201.43º 0.44% 0.99% -
XYZ 52.51 60.34 101.81 -
YUV 196.03 160.15 88.75 -
System Red Green Blue C M Y K H S L
Decimal 141 213 253 0.44 0.16 0 0.01 201.43 0.97 0.77
Hex 8D D5 FD 2C 10 0 1 C9 61 4D
Octal 215 325 375 54 20 0 1 311 141 115
Binary 10001101 11010101 11111101 101100 10000 0 1 11001001 1100001 1001101

Color Harmonies of #8DD5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DD5FD

Black with #8DD5FD

Text Example


Text Example

White with #8DD5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8DD5FD; }

 p { color: rgb(141,213,253); }

 H1.HeaderClassName
 {
   color: #8DD5FD;
 }
 .AnyTagClassName
 {
   color: #8DD5FD;
 }
</style>

background-color css

<style>
 a { background-color: #8DD5FD; }

 a { background-color: rgb(141,213,253); }

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

border-color css

<style>
 span { border-color: #8DD5FD; }

 span { border-color: rgb(141,213,253); }

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