Html Css Color HEX #1ECBEE Deep Sky Blue

📋 copy color: '#1ECBEE'

red 30 ◦ green 203 ◦ blue 238

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

Shades of Deep Sky Blue #1ECBEE

Tints of Deep Sky Blue #1ECBEE

RGB

 RED value IS 30 (12.11% from 255) = 6.37%

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

 BLUE value IS 238 (93.36% from 255) = 50.53%

R = 6.37%
G = 43.1%
B = 50.53%

CMYK

 C value IS 0.87

 M value IS 0.15

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1ECBEE (or 0x1ECBEE) is known color: Deep Sky Blue. HEX triplet: 1E, CB and EE. RGB value is (30,203,238). Sum of RGB (Red+Green+Blue) = 30+203+238=471 (62% of max value = 765). Red value is 30 (12.11% from 255 or 6.37% from 471); Green value is 203 (79.69% from 255 or 43.10% from 471); Blue value is 238 (93.36% from 255 or 50.53% from 471); Max value from RGB is 238 - color contains mainly: blue. Hex color #1ECBEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ECBEE is #E13411. Grayscale: #9A9A9A. Windows color (decimal): -14758930 or 15649566. OLE color: 15649566.

HSL color Cylindrical-coordinate representation of color #1ECBEE: hue angle of 190.1º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1ECBEE is Cyan = 0.87, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 30 203 238 -
CMYK 0.87 0.15 0 0.07
HSL 190.1º 0.86% 0.53% -
HSV(B) 190.1º 0.87% 0.93% -
XYZ 37.32 49.16 88.41 -
YUV 155.26 174.69 38.65 -
System Red Green Blue C M Y K H S L
Decimal 30 203 238 0.87 0.15 0 0.07 190.1 0.86 0.53
Hex 1E CB EE 57 F 0 7 BE 56 35
Octal 36 313 356 127 17 0 7 276 126 65
Binary 11110 11001011 11101110 1010111 1111 0 111 10111110 1010110 110101

Color Harmonies of #1ECBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ECBEE

Black with #1ECBEE

Text Example


Text Example

White with #1ECBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1ECBEE; }

 p { color: rgb(30,203,238); }

 H1.HeaderClassName
 {
   color: #1ECBEE;
 }
 .AnyTagClassName
 {
   color: #1ECBEE;
 }
</style>

background-color css

<style>
 a { background-color: #1ECBEE; }

 a { background-color: rgb(30,203,238); }

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

border-color css

<style>
 span { border-color: #1ECBEE; }

 span { border-color: rgb(30,203,238); }

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