Html Css Color HEX #8FC2FC Light Sky Blue

📋 copy color: '#8FC2FC'

red 143 ◦ green 194 ◦ blue 252

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

Shades of Light Sky Blue #8FC2FC

Tints of Light Sky Blue #8FC2FC

RGB

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

 GREEN value IS 194 (76.17% from 255) = 32.94%

 BLUE value IS 252 (98.83% from 255) = 42.78%

R = 24.28%
G = 32.94%
B = 42.78%

CMYK

 C value IS 0.43

 M value IS 0.23

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8FC2FC (or 0x8FC2FC) is known color: Light Sky Blue. HEX triplet: 8F, C2 and FC. RGB value is (143,194,252). Sum of RGB (Red+Green+Blue) = 143+194+252=589 (78% of max value = 765). Red value is 143 (56.25% from 255 or 24.28% from 589); Green value is 194 (76.17% from 255 or 32.94% from 589); Blue value is 252 (98.83% from 255 or 42.78% from 589); Max value from RGB is 252 - color contains mainly: blue. Hex color #8FC2FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FC2FC is #703D03. Grayscale: #B9B9B9. Windows color (decimal): -7355652 or 16564879. OLE color: 16564879.

HSL color Cylindrical-coordinate representation of color #8FC2FC: hue angle of 211.93º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FC2FC is Cyan = 0.43, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 143 194 252 -
CMYK 0.43 0.23 0 0.01
HSL 211.93º 0.95% 0.77% -
HSV(B) 211.93º 0.43% 0.99% -
XYZ 48.19 51.45 99.49 -
YUV 185.36 165.6 97.78 -
System Red Green Blue C M Y K H S L
Decimal 143 194 252 0.43 0.23 0 0.01 211.93 0.95 0.77
Hex 8F C2 FC 2B 17 0 1 D4 5F 4D
Octal 217 302 374 53 27 0 1 324 137 115
Binary 10001111 11000010 11111100 101011 10111 0 1 11010100 1011111 1001101

Color Harmonies of #8FC2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FC2FC

Black with #8FC2FC

Text Example


Text Example

White with #8FC2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,194,252); }

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

background-color css

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

 a { background-color: rgb(143,194,252); }

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

border-color css

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

 span { border-color: rgb(143,194,252); }

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