Html Css Color HEX #8FCAFD Light Sky Blue

📋 copy color: '#8FCAFD'

red 143 ◦ green 202 ◦ blue 253

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

Shades of Light Sky Blue #8FCAFD

Tints of Light Sky Blue #8FCAFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 42.31%

R = 23.91%
G = 33.78%
B = 42.31%

CMYK

 C value IS 0.43

 M value IS 0.20

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8FCAFD (or 0x8FCAFD) is known color: Light Sky Blue. HEX triplet: 8F, CA and FD. RGB value is (143,202,253). Sum of RGB (Red+Green+Blue) = 143+202+253=598 (79% of max value = 765). Red value is 143 (56.25% from 255 or 23.91% from 598); Green value is 202 (79.30% from 255 or 33.78% from 598); Blue value is 253 (99.22% from 255 or 42.31% from 598); Max value from RGB is 253 - color contains mainly: blue. Hex color #8FCAFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FCAFD is #703502. Grayscale: #BDBDBD. Windows color (decimal): -7353603 or 16632463. OLE color: 16632463.

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

Color convert

RGB 143 202 253 -
CMYK 0.43 0.20 0 0.01
HSL 207.82º 0.96% 0.78% -
HSV(B) 207.82º 0.43% 0.99% -
XYZ 50.18 55.17 100.93 -
YUV 190.17 163.45 94.35 -
System Red Green Blue C M Y K H S L
Decimal 143 202 253 0.43 0.20 0 0.01 207.82 0.96 0.78
Hex 8F CA FD 2B 14 0 1 D0 60 4E
Octal 217 312 375 53 24 0 1 320 140 116
Binary 10001111 11001010 11111101 101011 10100 0 1 11010000 1100000 1001110

Color Harmonies of #8FCAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FCAFD

Black with #8FCAFD

Text Example


Text Example

White with #8FCAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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