Html Css Color HEX #8FCFF5 Light Sky Blue

📋 copy color: '#8FCFF5'

red 143 ◦ green 207 ◦ blue 245

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

Shades of Light Sky Blue #8FCFF5

Tints of Light Sky Blue #8FCFF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 41.18%

R = 24.03%
G = 34.79%
B = 41.18%

CMYK

 C value IS 0.42

 M value IS 0.16

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#8FCFF5 (or 0x8FCFF5) is known color: Light Sky Blue. HEX triplet: 8F, CF and F5. RGB value is (143,207,245). Sum of RGB (Red+Green+Blue) = 143+207+245=595 (78% of max value = 765). Red value is 143 (56.25% from 255 or 24.03% from 595); Green value is 207 (81.25% from 255 or 34.79% from 595); Blue value is 245 (96.09% from 255 or 41.18% from 595); Max value from RGB is 245 - color contains mainly: blue. Hex color #8FCFF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FCFF5 is #70300A. Grayscale: #BFBFBF. Windows color (decimal): -7352331 or 16109455. OLE color: 16109455.

HSL color Cylindrical-coordinate representation of color #8FCFF5: hue angle of 202.35º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8FCFF5 is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 143 207 245 -
CMYK 0.42 0.16 0 0.04
HSL 202.35º 0.84% 0.76% -
HSV(B) 202.35º 0.42% 0.96% -
XYZ 50.12 57.06 94.76 -
YUV 192.2 157.8 92.91 -
System Red Green Blue C M Y K H S L
Decimal 143 207 245 0.42 0.16 0 0.04 202.35 0.84 0.76
Hex 8F CF F5 2A 10 0 4 CA 54 4C
Octal 217 317 365 52 20 0 4 312 124 114
Binary 10001111 11001111 11110101 101010 10000 0 100 11001010 1010100 1001100

Color Harmonies of #8FCFF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FCFF5

Black with #8FCFF5

Text Example


Text Example

White with #8FCFF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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