Html Css Color HEX #30BEEB Summer Sky

📋 copy color: '#30BEEB'

red 48 ◦ green 190 ◦ blue 235

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

Shades of Summer Sky #30BEEB

Tints of Summer Sky #30BEEB

RGB

 RED value IS 48 (19.14% from 255) = 10.15%

 GREEN value IS 190 (74.61% from 255) = 40.17%

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

R = 10.15%
G = 40.17%
B = 49.68%

CMYK

 C value IS 0.80

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#30BEEB (or 0x30BEEB) is known color: Summer Sky. HEX triplet: 30, BE and EB. RGB value is (48,190,235). Sum of RGB (Red+Green+Blue) = 48+190+235=473 (62% of max value = 765). Red value is 48 (19.14% from 255 or 10.15% from 473); Green value is 190 (74.61% from 255 or 40.17% from 473); Blue value is 235 (92.19% from 255 or 49.68% from 473); Max value from RGB is 235 - color contains mainly: blue. Hex color #30BEEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30BEEB is #CF4114. Grayscale: #989898. Windows color (decimal): -13582613 or 15449648. OLE color: 15449648.

HSL color Cylindrical-coordinate representation of color #30BEEB: hue angle of 194.44º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30BEEB is Cyan = 0.80, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 48 190 235 -
CMYK 0.80 0.19 0 0.08
HSL 194.44º 0.82% 0.55% -
HSV(B) 194.44º 0.8% 0.92% -
XYZ 34.63 43.45 85.16 -
YUV 152.67 174.46 53.34 -
System Red Green Blue C M Y K H S L
Decimal 48 190 235 0.80 0.19 0 0.08 194.44 0.82 0.55
Hex 30 BE EB 50 13 0 8 C2 52 37
Octal 60 276 353 120 23 0 10 302 122 67
Binary 110000 10111110 11101011 1010000 10011 0 1000 11000010 1010010 110111

Color Harmonies of #30BEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BEEB

Black with #30BEEB

Text Example


Text Example

White with #30BEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30BEEB; }

 p { color: rgb(48,190,235); }

 H1.HeaderClassName
 {
   color: #30BEEB;
 }
 .AnyTagClassName
 {
   color: #30BEEB;
 }
</style>

background-color css

<style>
 a { background-color: #30BEEB; }

 a { background-color: rgb(48,190,235); }

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

border-color css

<style>
 span { border-color: #30BEEB; }

 span { border-color: rgb(48,190,235); }

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