Html Css Color HEX #8BCAFD Light Sky Blue

📋 copy color: '#8BCAFD'

red 139 ◦ green 202 ◦ blue 253

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

Shades of Light Sky Blue #8BCAFD

Tints of Light Sky Blue #8BCAFD

RGB

 RED value IS 139 (54.69% from 255) = 23.4%

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

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

R = 23.4%
G = 34.01%
B = 42.59%

CMYK

 C value IS 0.45

 M value IS 0.20

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8BCAFD (or 0x8BCAFD) is known color: Light Sky Blue. HEX triplet: 8B, CA and FD. RGB value is (139,202,253). Sum of RGB (Red+Green+Blue) = 139+202+253=594 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.40% from 594); Green value is 202 (79.30% from 255 or 34.01% from 594); Blue value is 253 (99.22% from 255 or 42.59% from 594); Max value from RGB is 253 - color contains mainly: blue. Hex color #8BCAFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BCAFD is #743502. Grayscale: #BCBCBC. Windows color (decimal): -7615747 or 16632459. OLE color: 16632459.

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

Color convert

RGB 139 202 253 -
CMYK 0.45 0.20 0 0.01
HSL 206.84º 0.97% 0.77% -
HSV(B) 206.84º 0.45% 0.99% -
XYZ 49.5 54.82 100.9 -
YUV 188.98 164.13 92.35 -
System Red Green Blue C M Y K H S L
Decimal 139 202 253 0.45 0.20 0 0.01 206.84 0.97 0.77
Hex 8B CA FD 2D 14 0 1 CF 61 4D
Octal 213 312 375 55 24 0 1 317 141 115
Binary 10001011 11001010 11111101 101101 10100 0 1 11001111 1100001 1001101

Color Harmonies of #8BCAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BCAFD

Black with #8BCAFD

Text Example


Text Example

White with #8BCAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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