Html Css Color HEX #1CBCF3 Deep Sky Blue

📋 copy color: '#1CBCF3'

red 28 ◦ green 188 ◦ blue 243

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

Shades of Deep Sky Blue #1CBCF3

Tints of Deep Sky Blue #1CBCF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 52.94%

R = 6.1%
G = 40.96%
B = 52.94%

CMYK

 C value IS 0.88

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1CBCF3 (or 0x1CBCF3) is known color: Deep Sky Blue. HEX triplet: 1C, BC and F3. RGB value is (28,188,243). Sum of RGB (Red+Green+Blue) = 28+188+243=459 (60% of max value = 765). Red value is 28 (11.33% from 255 or 6.10% from 459); Green value is 188 (73.83% from 255 or 40.96% from 459); Blue value is 243 (95.31% from 255 or 52.94% from 459); Max value from RGB is 243 - color contains mainly: blue. Hex color #1CBCF3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CBCF3 is #E3430C. Grayscale: #929292. Windows color (decimal): -14893837 or 15973404. OLE color: 15973404.

HSL color Cylindrical-coordinate representation of color #1CBCF3: hue angle of 195.35º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CBCF3 is Cyan = 0.88, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 28 188 243 -
CMYK 0.88 0.23 0 0.05
HSL 195.35º 0.9% 0.53% -
HSV(B) 195.35º 0.88% 0.95% -
XYZ 34.64 42.68 91.21 -
YUV 146.43 182.49 43.53 -
System Red Green Blue C M Y K H S L
Decimal 28 188 243 0.88 0.23 0 0.05 195.35 0.9 0.53
Hex 1C BC F3 58 17 0 5 C3 5A 35
Octal 34 274 363 130 27 0 5 303 132 65
Binary 11100 10111100 11110011 1011000 10111 0 101 11000011 1011010 110101

Color Harmonies of #1CBCF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBCF3

Black with #1CBCF3

Text Example


Text Example

White with #1CBCF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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