Html Css Color HEX #8BCFFA Light Sky Blue

📋 copy color: '#8BCFFA'

red 139 ◦ green 207 ◦ blue 250

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

Shades of Light Sky Blue #8BCFFA

Tints of Light Sky Blue #8BCFFA

RGB

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

 GREEN value IS 207 (81.25% from 255) = 34.73%

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

R = 23.32%
G = 34.73%
B = 41.95%

CMYK

 C value IS 0.44

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8BCFFA (or 0x8BCFFA) is known color: Light Sky Blue. HEX triplet: 8B, CF and FA. RGB value is (139,207,250). Sum of RGB (Red+Green+Blue) = 139+207+250=596 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.32% from 596); Green value is 207 (81.25% from 255 or 34.73% from 596); Blue value is 250 (98.05% from 255 or 41.95% from 596); Max value from RGB is 250 - color contains mainly: blue. Hex color #8BCFFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BCFFA is #743005. Grayscale: #BFBFBF. Windows color (decimal): -7614470 or 16437131. OLE color: 16437131.

HSL color Cylindrical-coordinate representation of color #8BCFFA: hue angle of 203.24º 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 #8BCFFA is Cyan = 0.44, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 139 207 250 -
CMYK 0.44 0.17 0 0.02
HSL 203.24º 0.92% 0.76% -
HSV(B) 203.24º 0.44% 0.98% -
XYZ 50.22 57.02 98.8 -
YUV 191.57 160.97 90.5 -
System Red Green Blue C M Y K H S L
Decimal 139 207 250 0.44 0.17 0 0.02 203.24 0.92 0.76
Hex 8B CF FA 2C 11 0 2 CB 5C 4C
Octal 213 317 372 54 21 0 2 313 134 114
Binary 10001011 11001111 11111010 101100 10001 0 10 11001011 1011100 1001100

Color Harmonies of #8BCFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BCFFA

Black with #8BCFFA

Text Example


Text Example

White with #8BCFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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