Html Css Color HEX #1FCCEB Deep Sky Blue

📋 copy color: '#1FCCEB'

red 31 ◦ green 204 ◦ blue 235

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

Shades of Deep Sky Blue #1FCCEB

Tints of Deep Sky Blue #1FCCEB

RGB

 RED value IS 31 (12.5% from 255) = 6.6%

 GREEN value IS 204 (80.08% from 255) = 43.4%

 BLUE value IS 235 (92.19% from 255) = 50%

R = 6.6%
G = 43.4%
B = 50%

CMYK

 C value IS 0.87

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1FCCEB (or 0x1FCCEB) is known color: Deep Sky Blue. HEX triplet: 1F, CC and EB. RGB value is (31,204,235). Sum of RGB (Red+Green+Blue) = 31+204+235=470 (62% of max value = 765). Red value is 31 (12.5% from 255 or 6.60% from 470); Green value is 204 (80.08% from 255 or 43.40% from 470); Blue value is 235 (92.19% from 255 or 50% from 470); Max value from RGB is 235 - color contains mainly: blue. Hex color #1FCCEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FCCEB is #E03314. Grayscale: #9B9B9B. Windows color (decimal): -14693141 or 15453215. OLE color: 15453215.

HSL color Cylindrical-coordinate representation of color #1FCCEB: hue angle of 189.12º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FCCEB is Cyan = 0.87, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 31 204 235 -
CMYK 0.87 0.13 0 0.08
HSL 189.12º 0.84% 0.52% -
HSV(B) 189.12º 0.87% 0.92% -
XYZ 37.15 49.48 86.19 -
YUV 155.81 172.69 38.98 -
System Red Green Blue C M Y K H S L
Decimal 31 204 235 0.87 0.13 0 0.08 189.12 0.84 0.52
Hex 1F CC EB 57 D 0 8 BD 54 34
Octal 37 314 353 127 15 0 10 275 124 64
Binary 11111 11001100 11101011 1010111 1101 0 1000 10111101 1010100 110100

Color Harmonies of #1FCCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FCCEB

Black with #1FCCEB

Text Example


Text Example

White with #1FCCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,204,235); }

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

background-color css

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

 a { background-color: rgb(31,204,235); }

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

border-color css

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

 span { border-color: rgb(31,204,235); }

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