Html Css Color HEX #82CEF3 Light Sky Blue

📋 copy color: '#82CEF3'

red 130 ◦ green 206 ◦ blue 243

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

Shades of Light Sky Blue #82CEF3

Tints of Light Sky Blue #82CEF3

RGB

 RED value IS 130 (51.17% from 255) = 22.45%

 GREEN value IS 206 (80.86% from 255) = 35.58%

 BLUE value IS 243 (95.31% from 255) = 41.97%

R = 22.45%
G = 35.58%
B = 41.97%

CMYK

 C value IS 0.47

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#82CEF3 (or 0x82CEF3) is known color: Light Sky Blue. HEX triplet: 82, CE and F3. RGB value is (130,206,243). Sum of RGB (Red+Green+Blue) = 130+206+243=579 (76% of max value = 765). Red value is 130 (51.17% from 255 or 22.45% from 579); Green value is 206 (80.86% from 255 or 35.58% from 579); Blue value is 243 (95.31% from 255 or 41.97% from 579); Max value from RGB is 243 - color contains mainly: blue. Hex color #82CEF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82CEF3 is #7D310C. Grayscale: #BBBBBB. Windows color (decimal): -8204557 or 15978114. OLE color: 15978114.

HSL color Cylindrical-coordinate representation of color #82CEF3: hue angle of 199.65º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #82CEF3 is Cyan = 0.47, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 130 206 243 -
CMYK 0.47 0.15 0 0.05
HSL 199.65º 0.82% 0.73% -
HSV(B) 199.65º 0.47% 0.95% -
XYZ 47.45 55.36 92.98 -
YUV 187.49 159.32 86.99 -
System Red Green Blue C M Y K H S L
Decimal 130 206 243 0.47 0.15 0 0.05 199.65 0.82 0.73
Hex 82 CE F3 2F F 0 5 C8 52 49
Octal 202 316 363 57 17 0 5 310 122 111
Binary 10000010 11001110 11110011 101111 1111 0 101 11001000 1010010 1001001

Color Harmonies of #82CEF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82CEF3

Black with #82CEF3

Text Example


Text Example

White with #82CEF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82CEF3; }

 p { color: rgb(130,206,243); }

 H1.HeaderClassName
 {
   color: #82CEF3;
 }
 .AnyTagClassName
 {
   color: #82CEF3;
 }
</style>

background-color css

<style>
 a { background-color: #82CEF3; }

 a { background-color: rgb(130,206,243); }

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

border-color css

<style>
 span { border-color: #82CEF3; }

 span { border-color: rgb(130,206,243); }

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