Html Css Color HEX #8DDAFA Light Sky Blue

📋 copy color: '#8DDAFA'

red 141 ◦ green 218 ◦ blue 250

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

Shades of Light Sky Blue #8DDAFA

Tints of Light Sky Blue #8DDAFA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 35.8%

 BLUE value IS 250 (98.05% from 255) = 41.05%

R = 23.15%
G = 35.8%
B = 41.05%

CMYK

 C value IS 0.44

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8DDAFA (or 0x8DDAFA) is known color: Light Sky Blue. HEX triplet: 8D, DA and FA. RGB value is (141,218,250). Sum of RGB (Red+Green+Blue) = 141+218+250=609 (80% of max value = 765). Red value is 141 (55.47% from 255 or 23.15% from 609); Green value is 218 (85.55% from 255 or 35.80% from 609); Blue value is 250 (98.05% from 255 or 41.05% from 609); Max value from RGB is 250 - color contains mainly: blue. Hex color #8DDAFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DDAFA is #722505. Grayscale: #C6C6C6. Windows color (decimal): -7480582 or 16439949. OLE color: 16439949.

HSL color Cylindrical-coordinate representation of color #8DDAFA: hue angle of 197.61º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DDAFA is Cyan = 0.44, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 141 218 250 -
CMYK 0.44 0.13 0 0.02
HSL 197.61º 0.92% 0.77% -
HSV(B) 197.61º 0.44% 0.98% -
XYZ 53.31 62.71 99.74 -
YUV 198.63 156.99 86.9 -
System Red Green Blue C M Y K H S L
Decimal 141 218 250 0.44 0.13 0 0.02 197.61 0.92 0.77
Hex 8D DA FA 2C D 0 2 C6 5C 4D
Octal 215 332 372 54 15 0 2 306 134 115
Binary 10001101 11011010 11111010 101100 1101 0 10 11000110 1011100 1001101

Color Harmonies of #8DDAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DDAFA

Black with #8DDAFA

Text Example


Text Example

White with #8DDAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,218,250); }

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

background-color css

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

 a { background-color: rgb(141,218,250); }

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

border-color css

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

 span { border-color: rgb(141,218,250); }

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