Html Css Color HEX #30BDFB Summer Sky

📋 copy color: '#30BDFB'

red 48 ◦ green 189 ◦ blue 251

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

Shades of Summer Sky #30BDFB

Tints of Summer Sky #30BDFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 51.43%

R = 9.84%
G = 38.73%
B = 51.43%

CMYK

 C value IS 0.81

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#30BDFB (or 0x30BDFB) is known color: Summer Sky. HEX triplet: 30, BD and FB. RGB value is (48,189,251). Sum of RGB (Red+Green+Blue) = 48+189+251=488 (64% of max value = 765). Red value is 48 (19.14% from 255 or 9.84% from 488); Green value is 189 (74.22% from 255 or 38.73% from 488); Blue value is 251 (98.44% from 255 or 51.43% from 488); Max value from RGB is 251 - color contains mainly: blue. Hex color #30BDFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30BDFB is #CF4204. Grayscale: #999999. Windows color (decimal): -13582853 or 16497968. OLE color: 16497968.

HSL color Cylindrical-coordinate representation of color #30BDFB: hue angle of 198.33º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30BDFB is Cyan = 0.81, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 48 189 251 -
CMYK 0.81 0.25 0 0.02
HSL 198.33º 0.96% 0.59% -
HSV(B) 198.33º 0.81% 0.98% -
XYZ 36.83 43.99 97.82 -
YUV 153.91 182.79 52.46 -
System Red Green Blue C M Y K H S L
Decimal 48 189 251 0.81 0.25 0 0.02 198.33 0.96 0.59
Hex 30 BD FB 51 19 0 2 C6 60 3B
Octal 60 275 373 121 31 0 2 306 140 73
Binary 110000 10111101 11111011 1010001 11001 0 10 11000110 1100000 111011

Color Harmonies of #30BDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BDFB

Black with #30BDFB

Text Example


Text Example

White with #30BDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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