Html Css Color HEX #30BECA Summer Sky

📋 copy color: '#30BECA'

red 48 ◦ green 190 ◦ blue 202

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

Shades of Summer Sky #30BECA

Tints of Summer Sky #30BECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 45.91%

R = 10.91%
G = 43.18%
B = 45.91%

CMYK

 C value IS 0.76

 M value IS 0.06

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#30BECA (or 0x30BECA) is known color: Summer Sky. HEX triplet: 30, BE and CA. RGB value is (48,190,202). Sum of RGB (Red+Green+Blue) = 48+190+202=440 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.91% from 440); Green value is 190 (74.61% from 255 or 43.18% from 440); Blue value is 202 (79.30% from 255 or 45.91% from 440); Max value from RGB is 202 - color contains mainly: blue. Hex color #30BECA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30BECA is #CF4135. Grayscale: #949494. Windows color (decimal): -13582646 or 13286960. OLE color: 13286960.

HSL color Cylindrical-coordinate representation of color #30BECA: hue angle of 184.68º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30BECA is Cyan = 0.76, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 48 190 202 -
CMYK 0.76 0.06 0 0.21
HSL 184.68º 0.62% 0.49% -
HSV(B) 184.68º 0.76% 0.79% -
XYZ 30.29 41.72 62.33 -
YUV 148.91 157.96 56.02 -
System Red Green Blue C M Y K H S L
Decimal 48 190 202 0.76 0.06 0 0.21 184.68 0.62 0.49
Hex 30 BE CA 4C 6 0 15 B9 3E 31
Octal 60 276 312 114 6 0 25 271 76 61
Binary 110000 10111110 11001010 1001100 110 0 10101 10111001 111110 110001

Color Harmonies of #30BECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BECA

Black with #30BECA

Text Example


Text Example

White with #30BECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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