Html Css Color HEX #30BDDF Summer Sky

📋 copy color: '#30BDDF'

red 48 ◦ green 189 ◦ blue 223

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

Shades of Summer Sky #30BDDF

Tints of Summer Sky #30BDDF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 41.09%

 BLUE value IS 223 (87.5% from 255) = 48.48%

R = 10.43%
G = 41.09%
B = 48.48%

CMYK

 C value IS 0.78

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#30BDDF (or 0x30BDDF) is known color: Summer Sky. HEX triplet: 30, BD and DF. RGB value is (48,189,223). Sum of RGB (Red+Green+Blue) = 48+189+223=460 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.43% from 460); Green value is 189 (74.22% from 255 or 41.09% from 460); Blue value is 223 (87.5% from 255 or 48.48% from 460); Max value from RGB is 223 - color contains mainly: blue. Hex color #30BDDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30BDDF is #CF4220. Grayscale: #969696. Windows color (decimal): -13582881 or 14662960. OLE color: 14662960.

HSL color Cylindrical-coordinate representation of color #30BDDF: hue angle of 191.66º 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 #30BDDF is Cyan = 0.78, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 48 189 223 -
CMYK 0.78 0.15 0 0.13
HSL 191.66º 0.73% 0.53% -
HSV(B) 191.66º 0.78% 0.87% -
XYZ 32.74 42.35 76.26 -
YUV 150.72 168.79 54.74 -
System Red Green Blue C M Y K H S L
Decimal 48 189 223 0.78 0.15 0 0.13 191.66 0.73 0.53
Hex 30 BD DF 4E F 0 D C0 49 35
Octal 60 275 337 116 17 0 15 300 111 65
Binary 110000 10111101 11011111 1001110 1111 0 1101 11000000 1001001 110101

Color Harmonies of #30BDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BDDF

Black with #30BDDF

Text Example


Text Example

White with #30BDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,189,223); }

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

background-color css

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

 a { background-color: rgb(48,189,223); }

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

border-color css

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

 span { border-color: rgb(48,189,223); }

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