Html Css Color HEX #8CBFFE Light Sky Blue

📋 copy color: '#8CBFFE'

red 140 ◦ green 191 ◦ blue 254

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

Shades of Light Sky Blue #8CBFFE

Tints of Light Sky Blue #8CBFFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.42%

R = 23.93%
G = 32.65%
B = 43.42%

CMYK

 C value IS 0.45

 M value IS 0.25

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8CBFFE (or 0x8CBFFE) is known color: Light Sky Blue. HEX triplet: 8C, BF and FE. RGB value is (140,191,254). Sum of RGB (Red+Green+Blue) = 140+191+254=585 (77% of max value = 765). Red value is 140 (55.08% from 255 or 23.93% from 585); Green value is 191 (75% from 255 or 32.65% from 585); Blue value is 254 (99.61% from 255 or 43.42% from 585); Max value from RGB is 254 - color contains mainly: blue. Hex color #8CBFFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CBFFE is #734001. Grayscale: #B6B6B6. Windows color (decimal): -7553026 or 16695180. OLE color: 16695180.

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

Color convert

RGB 140 191 254 -
CMYK 0.45 0.25 0 0.00
HSL 213.16º 0.98% 0.77% -
HSV(B) 213.16º 0.45% 1% -
XYZ 47.34 49.99 100.92 -
YUV 182.93 168.1 97.38 -
System Red Green Blue C M Y K H S L
Decimal 140 191 254 0.45 0.25 0 0.00 213.16 0.98 0.77
Hex 8C BF FE 2D 19 0 0 D5 62 4D
Octal 214 277 376 55 31 0 0 325 142 115
Binary 10001100 10111111 11111110 101101 11001 0 0 11010101 1100010 1001101

Color Harmonies of #8CBFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBFFE

Black with #8CBFFE

Text Example


Text Example

White with #8CBFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,191,254); }

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

background-color css

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

 a { background-color: rgb(140,191,254); }

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

border-color css

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

 span { border-color: rgb(140,191,254); }

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