Html Css Color HEX #8DD4FA Light Sky Blue

📋 copy color: '#8DD4FA'

red 141 ◦ green 212 ◦ blue 250

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

Shades of Light Sky Blue #8DD4FA

Tints of Light Sky Blue #8DD4FA

RGB

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

 GREEN value IS 212 (83.2% from 255) = 35.16%

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

R = 23.38%
G = 35.16%
B = 41.46%

CMYK

 C value IS 0.44

 M value IS 0.15

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8DD4FA (or 0x8DD4FA) is known color: Light Sky Blue. HEX triplet: 8D, D4 and FA. RGB value is (141,212,250). Sum of RGB (Red+Green+Blue) = 141+212+250=603 (79% of max value = 765). Red value is 141 (55.47% from 255 or 23.38% from 603); Green value is 212 (83.20% from 255 or 35.16% from 603); Blue value is 250 (98.05% from 255 or 41.46% from 603); Max value from RGB is 250 - color contains mainly: blue. Hex color #8DD4FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DD4FA is #722B05. Grayscale: #C2C2C2. Windows color (decimal): -7482118 or 16438413. OLE color: 16438413.

HSL color Cylindrical-coordinate representation of color #8DD4FA: hue angle of 200.92º 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 #8DD4FA is Cyan = 0.44, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 141 212 250 -
CMYK 0.44 0.15 0 0.02
HSL 200.92º 0.92% 0.77% -
HSV(B) 200.92º 0.44% 0.98% -
XYZ 51.78 59.65 99.23 -
YUV 195.1 158.98 89.41 -
System Red Green Blue C M Y K H S L
Decimal 141 212 250 0.44 0.15 0 0.02 200.92 0.92 0.77
Hex 8D D4 FA 2C F 0 2 C9 5C 4D
Octal 215 324 372 54 17 0 2 311 134 115
Binary 10001101 11010100 11111010 101100 1111 0 10 11001001 1011100 1001101

Color Harmonies of #8DD4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DD4FA

Black with #8DD4FA

Text Example


Text Example

White with #8DD4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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