Html Css Color HEX #1CBCDB Summer Sky

📋 copy color: '#1CBCDB'

red 28 ◦ green 188 ◦ blue 219

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

Shades of Summer Sky #1CBCDB

Tints of Summer Sky #1CBCDB

RGB

 RED value IS 28 (11.33% from 255) = 6.44%

 GREEN value IS 188 (73.83% from 255) = 43.22%

 BLUE value IS 219 (85.94% from 255) = 50.34%

R = 6.44%
G = 43.22%
B = 50.34%

CMYK

 C value IS 0.87

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1CBCDB (or 0x1CBCDB) is known color: Summer Sky. HEX triplet: 1C, BC and DB. RGB value is (28,188,219). Sum of RGB (Red+Green+Blue) = 28+188+219=435 (57% of max value = 765). Red value is 28 (11.33% from 255 or 6.44% from 435); Green value is 188 (73.83% from 255 or 43.22% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #1CBCDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CBCDB is #E34324. Grayscale: #8F8F8F. Windows color (decimal): -14893861 or 14400540. OLE color: 14400540.

HSL color Cylindrical-coordinate representation of color #1CBCDB: hue angle of 189.74º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CBCDB is Cyan = 0.87, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 28 188 219 -
CMYK 0.87 0.14 0 0.14
HSL 189.74º 0.77% 0.48% -
HSV(B) 189.74º 0.87% 0.86% -
XYZ 31.25 41.33 73.35 -
YUV 143.69 170.49 45.48 -
System Red Green Blue C M Y K H S L
Decimal 28 188 219 0.87 0.14 0 0.14 189.74 0.77 0.48
Hex 1C BC DB 57 E 0 E BE 4D 30
Octal 34 274 333 127 16 0 16 276 115 60
Binary 11100 10111100 11011011 1010111 1110 0 1110 10111110 1001101 110000

Color Harmonies of #1CBCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBCDB

Black with #1CBCDB

Text Example


Text Example

White with #1CBCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,188,219); }

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

background-color css

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

 a { background-color: rgb(28,188,219); }

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

border-color css

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

 span { border-color: rgb(28,188,219); }

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