Html Css Color HEX #8FCFFE Light Sky Blue

📋 copy color: '#8FCFFE'

red 143 ◦ green 207 ◦ blue 254

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

Shades of Light Sky Blue #8FCFFE

Tints of Light Sky Blue #8FCFFE

RGB

 RED value IS 143 (56.25% from 255) = 23.68%

 GREEN value IS 207 (81.25% from 255) = 34.27%

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

R = 23.68%
G = 34.27%
B = 42.05%

CMYK

 C value IS 0.44

 M value IS 0.19

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8FCFFE (or 0x8FCFFE) is known color: Light Sky Blue. HEX triplet: 8F, CF and FE. RGB value is (143,207,254). Sum of RGB (Red+Green+Blue) = 143+207+254=604 (80% of max value = 765). Red value is 143 (56.25% from 255 or 23.68% from 604); Green value is 207 (81.25% from 255 or 34.27% from 604); Blue value is 254 (99.61% from 255 or 42.05% from 604); Max value from RGB is 254 - color contains mainly: blue. Hex color #8FCFFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FCFFE is #703001. Grayscale: #C0C0C0. Windows color (decimal): -7352322 or 16699279. OLE color: 16699279.

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

Color convert

RGB 143 207 254 -
CMYK 0.44 0.19 0 0.00
HSL 205.41º 0.98% 0.78% -
HSV(B) 205.41º 0.44% 1% -
XYZ 51.53 57.62 102.17 -
YUV 193.22 162.3 92.18 -
System Red Green Blue C M Y K H S L
Decimal 143 207 254 0.44 0.19 0 0.00 205.41 0.98 0.78
Hex 8F CF FE 2C 13 0 0 CD 62 4E
Octal 217 317 376 54 23 0 0 315 142 116
Binary 10001111 11001111 11111110 101100 10011 0 0 11001101 1100010 1001110

Color Harmonies of #8FCFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FCFFE

Black with #8FCFFE

Text Example


Text Example

White with #8FCFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,207,254); }

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

background-color css

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

 a { background-color: rgb(143,207,254); }

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

border-color css

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

 span { border-color: rgb(143,207,254); }

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