Html Css Color HEX #8FD2F8 Light Sky Blue

📋 copy color: '#8FD2F8'

red 143 ◦ green 210 ◦ blue 248

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

Shades of Light Sky Blue #8FD2F8

Tints of Light Sky Blue #8FD2F8

RGB

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

 GREEN value IS 210 (82.42% from 255) = 34.94%

 BLUE value IS 248 (97.27% from 255) = 41.26%

R = 23.79%
G = 34.94%
B = 41.26%

CMYK

 C value IS 0.42

 M value IS 0.15

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#8FD2F8 (or 0x8FD2F8) is known color: Light Sky Blue. HEX triplet: 8F, D2 and F8. RGB value is (143,210,248). Sum of RGB (Red+Green+Blue) = 143+210+248=601 (79% of max value = 765). Red value is 143 (56.25% from 255 or 23.79% from 601); Green value is 210 (82.42% from 255 or 34.94% from 601); Blue value is 248 (97.27% from 255 or 41.26% from 601); Max value from RGB is 248 - color contains mainly: blue. Hex color #8FD2F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FD2F8 is #702D07. Grayscale: #C2C2C2. Windows color (decimal): -7351560 or 16306831. OLE color: 16306831.

HSL color Cylindrical-coordinate representation of color #8FD2F8: hue angle of 201.71º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8FD2F8 is Cyan = 0.42, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 143 210 248 -
CMYK 0.42 0.15 0 0.03
HSL 201.71º 0.88% 0.77% -
HSV(B) 201.71º 0.42% 0.97% -
XYZ 51.32 58.71 97.43 -
YUV 194.3 158.3 91.41 -
System Red Green Blue C M Y K H S L
Decimal 143 210 248 0.42 0.15 0 0.03 201.71 0.88 0.77
Hex 8F D2 F8 2A F 0 3 CA 58 4D
Octal 217 322 370 52 17 0 3 312 130 115
Binary 10001111 11010010 11111000 101010 1111 0 11 11001010 1011000 1001101

Color Harmonies of #8FD2F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FD2F8

Black with #8FD2F8

Text Example


Text Example

White with #8FD2F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,210,248); }

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

background-color css

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

 a { background-color: rgb(143,210,248); }

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

border-color css

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

 span { border-color: rgb(143,210,248); }

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