Html Css Color HEX #30BAFE Summer Sky

📋 copy color: '#30BAFE'

red 48 ◦ green 186 ◦ blue 254

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

Shades of Summer Sky #30BAFE

Tints of Summer Sky #30BAFE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.11%

 BLUE value IS 254 (99.61% from 255) = 52.05%

R = 9.84%
G = 38.11%
B = 52.05%

CMYK

 C value IS 0.81

 M value IS 0.27

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#30BAFE (or 0x30BAFE) is known color: Summer Sky. HEX triplet: 30, BA and FE. RGB value is (48,186,254). Sum of RGB (Red+Green+Blue) = 48+186+254=488 (64% of max value = 765). Red value is 48 (19.14% from 255 or 9.84% from 488); Green value is 186 (73.05% from 255 or 38.11% from 488); Blue value is 254 (99.61% from 255 or 52.05% from 488); Max value from RGB is 254 - color contains mainly: blue. Hex color #30BAFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30BAFE is #CF4501. Grayscale: #989898. Windows color (decimal): -13583618 or 16693808. OLE color: 16693808.

HSL color Cylindrical-coordinate representation of color #30BAFE: hue angle of 199.81º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30BAFE is Cyan = 0.81, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 48 186 254 -
CMYK 0.81 0.27 0 0.00
HSL 199.81º 0.99% 0.59% -
HSV(B) 199.81º 0.81% 1% -
XYZ 36.67 42.9 100.11 -
YUV 152.49 185.28 53.47 -
System Red Green Blue C M Y K H S L
Decimal 48 186 254 0.81 0.27 0 0.00 199.81 0.99 0.59
Hex 30 BA FE 51 1B 0 0 C8 63 3B
Octal 60 272 376 121 33 0 0 310 143 73
Binary 110000 10111010 11111110 1010001 11011 0 0 11001000 1100011 111011

Color Harmonies of #30BAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BAFE

Black with #30BAFE

Text Example


Text Example

White with #30BAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,186,254); }

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

background-color css

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

 a { background-color: rgb(48,186,254); }

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

border-color css

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

 span { border-color: rgb(48,186,254); }

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