Html Css Color HEX #8DBFFF Light Sky Blue

📋 copy color: '#8DBFFF'

red 141 ◦ green 191 ◦ blue 255

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

Shades of Light Sky Blue #8DBFFF

Tints of Light Sky Blue #8DBFFF

RGB

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

 GREEN value IS 191 (75% from 255) = 32.54%

 BLUE value IS 255 (100% from 255) = 43.44%

R = 24.02%
G = 32.54%
B = 43.44%

CMYK

 C value IS 0.45

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8DBFFF (or 0x8DBFFF) is known color: Light Sky Blue. HEX triplet: 8D, BF and FF. RGB value is (141,191,255). Sum of RGB (Red+Green+Blue) = 141+191+255=587 (77% of max value = 765). Red value is 141 (55.47% from 255 or 24.02% from 587); Green value is 191 (75% from 255 or 32.54% from 587); Blue value is 255 (100% from 255 or 43.44% from 587); Max value from RGB is 255 - color contains mainly: blue. Hex color #8DBFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DBFFF is #724000. Grayscale: #B7B7B7. Windows color (decimal): -7487489 or 16760717. OLE color: 16760717.

HSL color Cylindrical-coordinate representation of color #8DBFFF: hue angle of 213.68º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8DBFFF is Cyan = 0.45, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 141 191 255 -
CMYK 0.45 0.25 0 0
HSL 213.68º 1% 0.78% -
HSV(B) 213.68º 0.45% 1% -
XYZ 47.67 50.14 101.77 -
YUV 183.35 168.44 97.8 -
System Red Green Blue C M Y K H S L
Decimal 141 191 255 0.45 0.25 0 0 213.68 1 0.78
Hex 8D BF FF 2D 19 0 0 D6 64 4E
Octal 215 277 377 55 31 0 0 326 144 116
Binary 10001101 10111111 11111111 101101 11001 0 0 11010110 1100100 1001110

Color Harmonies of #8DBFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBFFF

Black with #8DBFFF

Text Example


Text Example

White with #8DBFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,191,255); }

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

background-color css

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

 a { background-color: rgb(141,191,255); }

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

border-color css

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

 span { border-color: rgb(141,191,255); }

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