Html Css Color HEX #82CFEB Sky Blue

📋 copy color: '#82CFEB'

red 130 ◦ green 207 ◦ blue 235

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

Shades of Sky Blue #82CFEB

Tints of Sky Blue #82CFEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.08%

R = 22.73%
G = 36.19%
B = 41.08%

CMYK

 C value IS 0.45

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#82CFEB (or 0x82CFEB) is known color: Sky Blue. HEX triplet: 82, CF and EB. RGB value is (130,207,235). Sum of RGB (Red+Green+Blue) = 130+207+235=572 (75% of max value = 765). Red value is 130 (51.17% from 255 or 22.73% from 572); Green value is 207 (81.25% from 255 or 36.19% from 572); Blue value is 235 (92.19% from 255 or 41.08% from 572); Max value from RGB is 235 - color contains mainly: blue. Hex color #82CFEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82CFEB is #7D3014. Grayscale: #BABABA. Windows color (decimal): -8204309 or 15454082. OLE color: 15454082.

HSL color Cylindrical-coordinate representation of color #82CFEB: hue angle of 196º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #82CFEB is Cyan = 0.45, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 130 207 235 -
CMYK 0.45 0.12 0 0.08
HSL 196º 0.72% 0.72% -
HSV(B) 196º 0.45% 0.92% -
XYZ 46.51 55.37 86.83 -
YUV 187.17 154.99 87.22 -
System Red Green Blue C M Y K H S L
Decimal 130 207 235 0.45 0.12 0 0.08 196 0.72 0.72
Hex 82 CF EB 2D C 0 8 C4 48 48
Octal 202 317 353 55 14 0 10 304 110 110
Binary 10000010 11001111 11101011 101101 1100 0 1000 11000100 1001000 1001000

Color Harmonies of #82CFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82CFEB

Black with #82CFEB

Text Example


Text Example

White with #82CFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,207,235); }

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

background-color css

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

 a { background-color: rgb(130,207,235); }

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

border-color css

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

 span { border-color: rgb(130,207,235); }

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