Html Css Color HEX #1FCCEA Deep Sky Blue

📋 copy color: '#1FCCEA'

red 31 ◦ green 204 ◦ blue 234

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

Shades of Deep Sky Blue #1FCCEA

Tints of Deep Sky Blue #1FCCEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 49.89%

R = 6.61%
G = 43.5%
B = 49.89%

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

#1FCCEA (or 0x1FCCEA) is known color: Deep Sky Blue. HEX triplet: 1F, CC and EA. RGB value is (31,204,234). Sum of RGB (Red+Green+Blue) = 31+204+234=469 (62% of max value = 765). Red value is 31 (12.5% from 255 or 6.61% from 469); Green value is 204 (80.08% from 255 or 43.50% from 469); Blue value is 234 (91.80% from 255 or 49.89% from 469); Max value from RGB is 234 - color contains mainly: blue. Hex color #1FCCEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FCCEA is #E03315. Grayscale: #9B9B9B. Windows color (decimal): -14693142 or 15387679. OLE color: 15387679.

HSL color Cylindrical-coordinate representation of color #1FCCEA: hue angle of 188.87º degrees, saturation: 0.83, 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 #1FCCEA is Cyan = 0.87, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 31 204 234 -
CMYK 0.87 0.13 0 0.08
HSL 188.87º 0.83% 0.52% -
HSV(B) 188.87º 0.87% 0.92% -
XYZ 37.01 49.42 85.43 -
YUV 155.69 172.19 39.06 -
System Red Green Blue C M Y K H S L
Decimal 31 204 234 0.87 0.13 0 0.08 188.87 0.83 0.52
Hex 1F CC EA 57 D 0 8 BD 53 34
Octal 37 314 352 127 15 0 10 275 123 64
Binary 11111 11001100 11101010 1010111 1101 0 1000 10111101 1010011 110100

Color Harmonies of #1FCCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FCCEA

Black with #1FCCEA

Text Example


Text Example

White with #1FCCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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