Html Css Color HEX #30CDFB Summer Sky

📋 copy color: '#30CDFB'

red 48 ◦ green 205 ◦ blue 251

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

Shades of Summer Sky #30CDFB

Tints of Summer Sky #30CDFB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 40.67%

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

R = 9.52%
G = 40.67%
B = 49.8%

CMYK

 C value IS 0.81

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#30CDFB (or 0x30CDFB) is known color: Summer Sky. HEX triplet: 30, CD and FB. RGB value is (48,205,251). Sum of RGB (Red+Green+Blue) = 48+205+251=504 (66% of max value = 765). Red value is 48 (19.14% from 255 or 9.52% from 504); Green value is 205 (80.47% from 255 or 40.67% from 504); Blue value is 251 (98.44% from 255 or 49.80% from 504); Max value from RGB is 251 - color contains mainly: blue. Hex color #30CDFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30CDFB is #CF3204. Grayscale: #A2A2A2. Windows color (decimal): -13578757 or 16502064. OLE color: 16502064.

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

Color convert

RGB 48 205 251 -
CMYK 0.81 0.18 0 0.02
HSL 193.6º 0.96% 0.59% -
HSV(B) 193.6º 0.81% 0.98% -
XYZ 40.46 51.26 99.03 -
YUV 163.3 177.49 45.76 -
System Red Green Blue C M Y K H S L
Decimal 48 205 251 0.81 0.18 0 0.02 193.6 0.96 0.59
Hex 30 CD FB 51 12 0 2 C2 60 3B
Octal 60 315 373 121 22 0 2 302 140 73
Binary 110000 11001101 11111011 1010001 10010 0 10 11000010 1100000 111011

Color Harmonies of #30CDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30CDFB

Black with #30CDFB

Text Example


Text Example

White with #30CDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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