Html Css Color HEX #8CBDFF Light Sky Blue

📋 copy color: '#8CBDFF'

red 140 ◦ green 189 ◦ blue 255

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

Shades of Light Sky Blue #8CBDFF

Tints of Light Sky Blue #8CBDFF

RGB

 RED value IS 140 (55.08% from 255) = 23.97%

 GREEN value IS 189 (74.22% from 255) = 32.36%

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

R = 23.97%
G = 32.36%
B = 43.66%

CMYK

 C value IS 0.45

 M value IS 0.26

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8CBDFF (or 0x8CBDFF) is known color: Light Sky Blue. HEX triplet: 8C, BD and FF. RGB value is (140,189,255). Sum of RGB (Red+Green+Blue) = 140+189+255=584 (77% of max value = 765). Red value is 140 (55.08% from 255 or 23.97% from 584); Green value is 189 (74.22% from 255 or 32.36% from 584); Blue value is 255 (100% from 255 or 43.66% from 584); Max value from RGB is 255 - color contains mainly: blue. Hex color #8CBDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CBDFF is #734200. Grayscale: #B5B5B5. Windows color (decimal): -7553537 or 16760204. OLE color: 16760204.

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

Color convert

RGB 140 189 255 -
CMYK 0.45 0.26 0 0
HSL 214.43º 1% 0.77% -
HSV(B) 214.43º 0.45% 1% -
XYZ 47.06 49.19 101.62 -
YUV 181.87 169.27 98.13 -
System Red Green Blue C M Y K H S L
Decimal 140 189 255 0.45 0.26 0 0 214.43 1 0.77
Hex 8C BD FF 2D 1A 0 0 D6 64 4D
Octal 214 275 377 55 32 0 0 326 144 115
Binary 10001100 10111101 11111111 101101 11010 0 0 11010110 1100100 1001101

Color Harmonies of #8CBDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBDFF

Black with #8CBDFF

Text Example


Text Example

White with #8CBDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,189,255); }

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

background-color css

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

 a { background-color: rgb(140,189,255); }

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

border-color css

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

 span { border-color: rgb(140,189,255); }

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