Html Css Color HEX #30BDFE Summer Sky

📋 copy color: '#30BDFE'

red 48 ◦ green 189 ◦ blue 254

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

Shades of Summer Sky #30BDFE

Tints of Summer Sky #30BDFE

RGB

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

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

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

R = 9.78%
G = 38.49%
B = 51.73%

CMYK

 C value IS 0.81

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#30BDFE (or 0x30BDFE) is known color: Summer Sky. HEX triplet: 30, BD and FE. RGB value is (48,189,254). Sum of RGB (Red+Green+Blue) = 48+189+254=491 (65% of max value = 765). Red value is 48 (19.14% from 255 or 9.78% from 491); Green value is 189 (74.22% from 255 or 38.49% from 491); Blue value is 254 (99.61% from 255 or 51.73% from 491); Max value from RGB is 254 - color contains mainly: blue. Hex color #30BDFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30BDFE is #CF4201. Grayscale: #999999. Windows color (decimal): -13582850 or 16694576. OLE color: 16694576.

HSL color Cylindrical-coordinate representation of color #30BDFE: hue angle of 198.93º 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 #30BDFE is Cyan = 0.81, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 48 189 254 -
CMYK 0.81 0.26 0 0.00
HSL 198.93º 0.99% 0.59% -
HSV(B) 198.93º 0.81% 1% -
XYZ 37.31 44.18 100.33 -
YUV 154.25 184.29 52.21 -
System Red Green Blue C M Y K H S L
Decimal 48 189 254 0.81 0.26 0 0.00 198.93 0.99 0.59
Hex 30 BD FE 51 1A 0 0 C7 63 3B
Octal 60 275 376 121 32 0 0 307 143 73
Binary 110000 10111101 11111110 1010001 11010 0 0 11000111 1100011 111011

Color Harmonies of #30BDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BDFE

Black with #30BDFE

Text Example


Text Example

White with #30BDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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