Html Css Color HEX #1FCEFA Deep Sky Blue

📋 copy color: '#1FCEFA'

red 31 ◦ green 206 ◦ blue 250

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

Shades of Deep Sky Blue #1FCEFA

Tints of Deep Sky Blue #1FCEFA

RGB

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

 GREEN value IS 206 (80.86% from 255) = 42.3%

 BLUE value IS 250 (98.05% from 255) = 51.33%

R = 6.37%
G = 42.3%
B = 51.33%

CMYK

 C value IS 0.88

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1FCEFA (or 0x1FCEFA) is known color: Deep Sky Blue. HEX triplet: 1F, CE and FA. RGB value is (31,206,250). Sum of RGB (Red+Green+Blue) = 31+206+250=487 (64% of max value = 765). Red value is 31 (12.5% from 255 or 6.37% from 487); Green value is 206 (80.86% from 255 or 42.30% from 487); Blue value is 250 (98.05% from 255 or 51.33% from 487); Max value from RGB is 250 - color contains mainly: blue. Hex color #1FCEFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FCEFA is #E03105. Grayscale: #9E9E9E. Windows color (decimal): -14692614 or 16436767. OLE color: 16436767.

HSL color Cylindrical-coordinate representation of color #1FCEFA: hue angle of 192.05º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FCEFA is Cyan = 0.88, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 31 206 250 -
CMYK 0.88 0.18 0 0.02
HSL 192.05º 0.96% 0.55% -
HSV(B) 192.05º 0.88% 0.98% -
XYZ 39.89 51.34 98.25 -
YUV 158.69 179.52 36.92 -
System Red Green Blue C M Y K H S L
Decimal 31 206 250 0.88 0.18 0 0.02 192.05 0.96 0.55
Hex 1F CE FA 58 12 0 2 C0 60 37
Octal 37 316 372 130 22 0 2 300 140 67
Binary 11111 11001110 11111010 1011000 10010 0 10 11000000 1100000 110111

Color Harmonies of #1FCEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FCEFA

Black with #1FCEFA

Text Example


Text Example

White with #1FCEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,206,250); }

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

background-color css

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

 a { background-color: rgb(31,206,250); }

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

border-color css

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

 span { border-color: rgb(31,206,250); }

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