Html Css Color HEX #8BCDF5 Light Sky Blue

📋 copy color: '#8BCDF5'

red 139 ◦ green 205 ◦ blue 245

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

Shades of Light Sky Blue #8BCDF5

Tints of Light Sky Blue #8BCDF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 41.6%

R = 23.6%
G = 34.8%
B = 41.6%

CMYK

 C value IS 0.43

 M value IS 0.16

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#8BCDF5 (or 0x8BCDF5) is known color: Light Sky Blue. HEX triplet: 8B, CD and F5. RGB value is (139,205,245). Sum of RGB (Red+Green+Blue) = 139+205+245=589 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.60% from 589); Green value is 205 (80.47% from 255 or 34.80% from 589); Blue value is 245 (96.09% from 255 or 41.60% from 589); Max value from RGB is 245 - color contains mainly: blue. Hex color #8BCDF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BCDF5 is #74320A. Grayscale: #BDBDBD. Windows color (decimal): -7614987 or 16108939. OLE color: 16108939.

HSL color Cylindrical-coordinate representation of color #8BCDF5: hue angle of 202.64º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8BCDF5 is Cyan = 0.43, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 139 205 245 -
CMYK 0.43 0.16 0 0.04
HSL 202.64º 0.84% 0.75% -
HSV(B) 202.64º 0.43% 0.96% -
XYZ 48.96 55.74 94.57 -
YUV 189.83 159.13 91.75 -
System Red Green Blue C M Y K H S L
Decimal 139 205 245 0.43 0.16 0 0.04 202.64 0.84 0.75
Hex 8B CD F5 2B 10 0 4 CB 54 4B
Octal 213 315 365 53 20 0 4 313 124 113
Binary 10001011 11001101 11110101 101011 10000 0 100 11001011 1010100 1001011

Color Harmonies of #8BCDF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BCDF5

Black with #8BCDF5

Text Example


Text Example

White with #8BCDF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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