Html Css Color HEX #8BCDFA Light Sky Blue

📋 copy color: '#8BCDFA'

red 139 ◦ green 205 ◦ blue 250

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

Shades of Light Sky Blue #8BCDFA

Tints of Light Sky Blue #8BCDFA

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.51%

 BLUE value IS 250 (98.05% from 255) = 42.09%

R = 23.4%
G = 34.51%
B = 42.09%

CMYK

 C value IS 0.44

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8BCDFA (or 0x8BCDFA) is known color: Light Sky Blue. HEX triplet: 8B, CD and FA. RGB value is (139,205,250). Sum of RGB (Red+Green+Blue) = 139+205+250=594 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.40% from 594); Green value is 205 (80.47% from 255 or 34.51% from 594); Blue value is 250 (98.05% from 255 or 42.09% from 594); Max value from RGB is 250 - color contains mainly: blue. Hex color #8BCDFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BCDFA is #743205. Grayscale: #BEBEBE. Windows color (decimal): -7614982 or 16436619. OLE color: 16436619.

HSL color Cylindrical-coordinate representation of color #8BCDFA: hue angle of 204.32º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8BCDFA is Cyan = 0.44, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 139 205 250 -
CMYK 0.44 0.18 0 0.02
HSL 204.32º 0.92% 0.76% -
HSV(B) 204.32º 0.44% 0.98% -
XYZ 49.73 56.05 98.64 -
YUV 190.4 161.63 91.34 -
System Red Green Blue C M Y K H S L
Decimal 139 205 250 0.44 0.18 0 0.02 204.32 0.92 0.76
Hex 8B CD FA 2C 12 0 2 CC 5C 4C
Octal 213 315 372 54 22 0 2 314 134 114
Binary 10001011 11001101 11111010 101100 10010 0 10 11001100 1011100 1001100

Color Harmonies of #8BCDFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BCDFA

Black with #8BCDFA

Text Example


Text Example

White with #8BCDFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,205,250); }

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

background-color css

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

 a { background-color: rgb(139,205,250); }

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

border-color css

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

 span { border-color: rgb(139,205,250); }

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