Html Css Color HEX #8BCFFB Light Sky Blue

📋 copy color: '#8BCFFB'

red 139 ◦ green 207 ◦ blue 251

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

Shades of Light Sky Blue #8BCFFB

Tints of Light Sky Blue #8BCFFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 42.04%

R = 23.28%
G = 34.67%
B = 42.04%

CMYK

 C value IS 0.45

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8BCFFB (or 0x8BCFFB) is known color: Light Sky Blue. HEX triplet: 8B, CF and FB. RGB value is (139,207,251). Sum of RGB (Red+Green+Blue) = 139+207+251=597 (79% of max value = 765). Red value is 139 (54.69% from 255 or 23.28% from 597); Green value is 207 (81.25% from 255 or 34.67% from 597); Blue value is 251 (98.44% from 255 or 42.04% from 597); Max value from RGB is 251 - color contains mainly: blue. Hex color #8BCFFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BCFFB is #743004. Grayscale: #BFBFBF. Windows color (decimal): -7614469 or 16502667. OLE color: 16502667.

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

Color convert

RGB 139 207 251 -
CMYK 0.45 0.18 0 0.02
HSL 203.57º 0.93% 0.76% -
HSV(B) 203.57º 0.45% 0.98% -
XYZ 50.37 57.08 99.63 -
YUV 191.68 161.47 90.42 -
System Red Green Blue C M Y K H S L
Decimal 139 207 251 0.45 0.18 0 0.02 203.57 0.93 0.76
Hex 8B CF FB 2D 12 0 2 CC 5D 4C
Octal 213 317 373 55 22 0 2 314 135 114
Binary 10001011 11001111 11111011 101101 10010 0 10 11001100 1011101 1001100

Color Harmonies of #8BCFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BCFFB

Black with #8BCFFB

Text Example


Text Example

White with #8BCFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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