Html Css Color HEX #8CCBF2 Light Sky Blue

📋 copy color: '#8CCBF2'

red 140 ◦ green 203 ◦ blue 242

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

Shades of Light Sky Blue #8CCBF2

Tints of Light Sky Blue #8CCBF2

RGB

 RED value IS 140 (55.08% from 255) = 23.93%

 GREEN value IS 203 (79.69% from 255) = 34.7%

 BLUE value IS 242 (94.92% from 255) = 41.37%

R = 23.93%
G = 34.7%
B = 41.37%

CMYK

 C value IS 0.42

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8CCBF2 (or 0x8CCBF2) is known color: Light Sky Blue. HEX triplet: 8C, CB and F2. RGB value is (140,203,242). Sum of RGB (Red+Green+Blue) = 140+203+242=585 (77% of max value = 765). Red value is 140 (55.08% from 255 or 23.93% from 585); Green value is 203 (79.69% from 255 or 34.70% from 585); Blue value is 242 (94.92% from 255 or 41.37% from 585); Max value from RGB is 242 - color contains mainly: blue. Hex color #8CCBF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CCBF2 is #73340D. Grayscale: #BCBCBC. Windows color (decimal): -7549966 or 15911820. OLE color: 15911820.

HSL color Cylindrical-coordinate representation of color #8CCBF2: hue angle of 202.94º degrees, saturation: 0.8, 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 #8CCBF2 is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 140 203 242 -
CMYK 0.42 0.16 0 0.05
HSL 202.94º 0.8% 0.75% -
HSV(B) 202.94º 0.42% 0.95% -
XYZ 48.2 54.7 92.02 -
YUV 188.61 158.13 93.33 -
System Red Green Blue C M Y K H S L
Decimal 140 203 242 0.42 0.16 0 0.05 202.94 0.8 0.75
Hex 8C CB F2 2A 10 0 5 CB 50 4B
Octal 214 313 362 52 20 0 5 313 120 113
Binary 10001100 11001011 11110010 101010 10000 0 101 11001011 1010000 1001011

Color Harmonies of #8CCBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CCBF2

Black with #8CCBF2

Text Example


Text Example

White with #8CCBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,203,242); }

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

background-color css

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

 a { background-color: rgb(140,203,242); }

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

border-color css

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

 span { border-color: rgb(140,203,242); }

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