Html Css Color HEX #8FCAF6 Light Sky Blue

📋 copy color: '#8FCAF6'

red 143 ◦ green 202 ◦ blue 246

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

Shades of Light Sky Blue #8FCAF6

Tints of Light Sky Blue #8FCAF6

RGB

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

 GREEN value IS 202 (79.3% from 255) = 34.18%

 BLUE value IS 246 (96.48% from 255) = 41.62%

R = 24.2%
G = 34.18%
B = 41.62%

CMYK

 C value IS 0.42

 M value IS 0.18

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#8FCAF6 (or 0x8FCAF6) is known color: Light Sky Blue. HEX triplet: 8F, CA and F6. RGB value is (143,202,246). Sum of RGB (Red+Green+Blue) = 143+202+246=591 (78% of max value = 765). Red value is 143 (56.25% from 255 or 24.20% from 591); Green value is 202 (79.30% from 255 or 34.18% from 591); Blue value is 246 (96.48% from 255 or 41.62% from 591); Max value from RGB is 246 - color contains mainly: blue. Hex color #8FCAF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FCAF6 is #703509. Grayscale: #BDBDBD. Windows color (decimal): -7353610 or 16173711. OLE color: 16173711.

HSL color Cylindrical-coordinate representation of color #8FCAF6: hue angle of 205.63º degrees, saturation: 0.85, 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 #8FCAF6 is Cyan = 0.42, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 143 202 246 -
CMYK 0.42 0.18 0 0.04
HSL 205.63º 0.85% 0.76% -
HSV(B) 205.63º 0.42% 0.96% -
XYZ 49.08 54.73 95.17 -
YUV 189.38 159.95 94.92 -
System Red Green Blue C M Y K H S L
Decimal 143 202 246 0.42 0.18 0 0.04 205.63 0.85 0.76
Hex 8F CA F6 2A 12 0 4 CE 55 4C
Octal 217 312 366 52 22 0 4 316 125 114
Binary 10001111 11001010 11110110 101010 10010 0 100 11001110 1010101 1001100

Color Harmonies of #8FCAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FCAF6

Black with #8FCAF6

Text Example


Text Example

White with #8FCAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,202,246); }

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

background-color css

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

 a { background-color: rgb(143,202,246); }

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

border-color css

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

 span { border-color: rgb(143,202,246); }

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