Html Css Color HEX #30BECF Summer Sky

📋 copy color: '#30BECF'

red 48 ◦ green 190 ◦ blue 207

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

Shades of Summer Sky #30BECF

Tints of Summer Sky #30BECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.52%

R = 10.79%
G = 42.7%
B = 46.52%

CMYK

 C value IS 0.77

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#30BECF (or 0x30BECF) is known color: Summer Sky. HEX triplet: 30, BE and CF. RGB value is (48,190,207). Sum of RGB (Red+Green+Blue) = 48+190+207=445 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.79% from 445); Green value is 190 (74.61% from 255 or 42.70% from 445); Blue value is 207 (81.25% from 255 or 46.52% from 445); Max value from RGB is 207 - color contains mainly: blue. Hex color #30BECF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30BECF is #CF4130. Grayscale: #959595. Windows color (decimal): -13582641 or 13614640. OLE color: 13614640.

HSL color Cylindrical-coordinate representation of color #30BECF: hue angle of 186.42º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30BECF is Cyan = 0.77, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 48 190 207 -
CMYK 0.77 0.08 0 0.19
HSL 186.42º 0.62% 0.5% -
HSV(B) 186.42º 0.77% 0.81% -
XYZ 30.89 41.96 65.5 -
YUV 149.48 160.46 55.62 -
System Red Green Blue C M Y K H S L
Decimal 48 190 207 0.77 0.08 0 0.19 186.42 0.62 0.5
Hex 30 BE CF 4D 8 0 13 BA 3E 32
Octal 60 276 317 115 10 0 23 272 76 62
Binary 110000 10111110 11001111 1001101 1000 0 10011 10111010 111110 110010

Color Harmonies of #30BECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BECF

Black with #30BECF

Text Example


Text Example

White with #30BECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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