Html Css Color HEX #30CBFB Summer Sky

📋 copy color: '#30CBFB'

red 48 ◦ green 203 ◦ blue 251

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

Shades of Summer Sky #30CBFB

Tints of Summer Sky #30CBFB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 40.44%

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

R = 9.56%
G = 40.44%
B = 50%

CMYK

 C value IS 0.81

 M value IS 0.19

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#30CBFB (or 0x30CBFB) is known color: Summer Sky. HEX triplet: 30, CB and FB. RGB value is (48,203,251). Sum of RGB (Red+Green+Blue) = 48+203+251=502 (66% of max value = 765). Red value is 48 (19.14% from 255 or 9.56% from 502); Green value is 203 (79.69% from 255 or 40.44% from 502); Blue value is 251 (98.44% from 255 or 50% from 502); Max value from RGB is 251 - color contains mainly: blue. Hex color #30CBFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30CBFB is #CF3404. Grayscale: #A1A1A1. Windows color (decimal): -13579269 or 16501552. OLE color: 16501552.

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

Color convert

RGB 48 203 251 -
CMYK 0.81 0.19 0 0.02
HSL 194.19º 0.96% 0.59% -
HSV(B) 194.19º 0.81% 0.98% -
XYZ 39.99 50.31 98.87 -
YUV 162.13 178.15 46.6 -
System Red Green Blue C M Y K H S L
Decimal 48 203 251 0.81 0.19 0 0.02 194.19 0.96 0.59
Hex 30 CB FB 51 13 0 2 C2 60 3B
Octal 60 313 373 121 23 0 2 302 140 73
Binary 110000 11001011 11111011 1010001 10011 0 10 11000010 1100000 111011

Color Harmonies of #30CBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30CBFB

Black with #30CBFB

Text Example


Text Example

White with #30CBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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