Html Css Color HEX #8BC2F1 Light Sky Blue

📋 copy color: '#8BC2F1'

red 139 ◦ green 194 ◦ blue 241

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

Shades of Light Sky Blue #8BC2F1

Tints of Light Sky Blue #8BC2F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 41.99%

R = 24.22%
G = 33.8%
B = 41.99%

CMYK

 C value IS 0.42

 M value IS 0.20

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8BC2F1 (or 0x8BC2F1) is known color: Light Sky Blue. HEX triplet: 8B, C2 and F1. RGB value is (139,194,241). Sum of RGB (Red+Green+Blue) = 139+194+241=574 (76% of max value = 765). Red value is 139 (54.69% from 255 or 24.22% from 574); Green value is 194 (76.17% from 255 or 33.80% from 574); Blue value is 241 (94.53% from 255 or 41.99% from 574); Max value from RGB is 241 - color contains mainly: blue. Hex color #8BC2F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BC2F1 is #743D0E. Grayscale: #B6B6B6. Windows color (decimal): -7617807 or 15843979. OLE color: 15843979.

HSL color Cylindrical-coordinate representation of color #8BC2F1: hue angle of 207.65º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8BC2F1 is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 139 194 241 -
CMYK 0.42 0.20 0 0.05
HSL 207.65º 0.78% 0.75% -
HSV(B) 207.65º 0.42% 0.95% -
XYZ 45.82 50.42 90.54 -
YUV 182.91 160.78 96.68 -
System Red Green Blue C M Y K H S L
Decimal 139 194 241 0.42 0.20 0 0.05 207.65 0.78 0.75
Hex 8B C2 F1 2A 14 0 5 D0 4E 4B
Octal 213 302 361 52 24 0 5 320 116 113
Binary 10001011 11000010 11110001 101010 10100 0 101 11010000 1001110 1001011

Color Harmonies of #8BC2F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BC2F1

Black with #8BC2F1

Text Example


Text Example

White with #8BC2F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,194,241); }

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

background-color css

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

 a { background-color: rgb(139,194,241); }

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

border-color css

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

 span { border-color: rgb(139,194,241); }

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