Html Css Color HEX #30BBDE Summer Sky

📋 copy color: '#30BBDE'

red 48 ◦ green 187 ◦ blue 222

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

Shades of Summer Sky #30BBDE

Tints of Summer Sky #30BBDE

RGB

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

 GREEN value IS 187 (73.44% from 255) = 40.92%

 BLUE value IS 222 (87.11% from 255) = 48.58%

R = 10.5%
G = 40.92%
B = 48.58%

CMYK

 C value IS 0.78

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#30BBDE (or 0x30BBDE) is known color: Summer Sky. HEX triplet: 30, BB and DE. RGB value is (48,187,222). Sum of RGB (Red+Green+Blue) = 48+187+222=457 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.50% from 457); Green value is 187 (73.44% from 255 or 40.92% from 457); Blue value is 222 (87.11% from 255 or 48.58% from 457); Max value from RGB is 222 - color contains mainly: blue. Hex color #30BBDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30BBDE is #CF4421. Grayscale: #959595. Windows color (decimal): -13583394 or 14596912. OLE color: 14596912.

HSL color Cylindrical-coordinate representation of color #30BBDE: hue angle of 192.07º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30BBDE is Cyan = 0.78, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 48 187 222 -
CMYK 0.78 0.16 0 0.13
HSL 192.07º 0.73% 0.53% -
HSV(B) 192.07º 0.78% 0.87% -
XYZ 32.17 41.44 75.41 -
YUV 149.43 168.95 55.65 -
System Red Green Blue C M Y K H S L
Decimal 48 187 222 0.78 0.16 0 0.13 192.07 0.73 0.53
Hex 30 BB DE 4E 10 0 D C0 48 35
Octal 60 273 336 116 20 0 15 300 110 65
Binary 110000 10111011 11011110 1001110 10000 0 1101 11000000 1001000 110101

Color Harmonies of #30BBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BBDE

Black with #30BBDE

Text Example


Text Example

White with #30BBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,187,222); }

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

background-color css

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

 a { background-color: rgb(48,187,222); }

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

border-color css

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

 span { border-color: rgb(48,187,222); }

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