Html Css Color HEX #1FCFEE Deep Sky Blue

📋 copy color: '#1FCFEE'

red 31 ◦ green 207 ◦ blue 238

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

Shades of Deep Sky Blue #1FCFEE

Tints of Deep Sky Blue #1FCFEE

RGB

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

 GREEN value IS 207 (81.25% from 255) = 43.49%

 BLUE value IS 238 (93.36% from 255) = 50%

R = 6.51%
G = 43.49%
B = 50%

CMYK

 C value IS 0.87

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1FCFEE (or 0x1FCFEE) is known color: Deep Sky Blue. HEX triplet: 1F, CF and EE. RGB value is (31,207,238). Sum of RGB (Red+Green+Blue) = 31+207+238=476 (63% of max value = 765). Red value is 31 (12.5% from 255 or 6.51% from 476); Green value is 207 (81.25% from 255 or 43.49% from 476); Blue value is 238 (93.36% from 255 or 50% from 476); Max value from RGB is 238 - color contains mainly: blue. Hex color #1FCFEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FCFEE is #E03011. Grayscale: #9D9D9D. Windows color (decimal): -14692370 or 15650591. OLE color: 15650591.

HSL color Cylindrical-coordinate representation of color #1FCFEE: hue angle of 188.99º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FCFEE is Cyan = 0.87, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 31 207 238 -
CMYK 0.87 0.13 0 0.07
HSL 188.99º 0.86% 0.53% -
HSV(B) 188.99º 0.87% 0.93% -
XYZ 38.31 51.09 88.73 -
YUV 157.91 173.19 37.48 -
System Red Green Blue C M Y K H S L
Decimal 31 207 238 0.87 0.13 0 0.07 188.99 0.86 0.53
Hex 1F CF EE 57 D 0 7 BD 56 35
Octal 37 317 356 127 15 0 7 275 126 65
Binary 11111 11001111 11101110 1010111 1101 0 111 10111101 1010110 110101

Color Harmonies of #1FCFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FCFEE

Black with #1FCFEE

Text Example


Text Example

White with #1FCFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,207,238); }

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

background-color css

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

 a { background-color: rgb(31,207,238); }

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

border-color css

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

 span { border-color: rgb(31,207,238); }

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