Html Css Color HEX #1FCAEE Deep Sky Blue

📋 copy color: '#1FCAEE'

red 31 ◦ green 202 ◦ blue 238

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

Shades of Deep Sky Blue #1FCAEE

Tints of Deep Sky Blue #1FCAEE

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42.89%

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

R = 6.58%
G = 42.89%
B = 50.53%

CMYK

 C value IS 0.87

 M value IS 0.15

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1FCAEE (or 0x1FCAEE) is known color: Deep Sky Blue. HEX triplet: 1F, CA and EE. RGB value is (31,202,238). Sum of RGB (Red+Green+Blue) = 31+202+238=471 (62% of max value = 765). Red value is 31 (12.5% from 255 or 6.58% from 471); Green value is 202 (79.30% from 255 or 42.89% from 471); Blue value is 238 (93.36% from 255 or 50.53% from 471); Max value from RGB is 238 - color contains mainly: blue. Hex color #1FCAEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FCAEE is #E03511. Grayscale: #9A9A9A. Windows color (decimal): -14693650 or 15649311. OLE color: 15649311.

HSL color Cylindrical-coordinate representation of color #1FCAEE: hue angle of 190.43º 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 #1FCAEE is Cyan = 0.87, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 31 202 238 -
CMYK 0.87 0.15 0 0.07
HSL 190.43º 0.86% 0.53% -
HSV(B) 190.43º 0.87% 0.93% -
XYZ 37.12 48.71 88.33 -
YUV 154.98 174.85 39.57 -
System Red Green Blue C M Y K H S L
Decimal 31 202 238 0.87 0.15 0 0.07 190.43 0.86 0.53
Hex 1F CA EE 57 F 0 7 BE 56 35
Octal 37 312 356 127 17 0 7 276 126 65
Binary 11111 11001010 11101110 1010111 1111 0 111 10111110 1010110 110101

Color Harmonies of #1FCAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FCAEE

Black with #1FCAEE

Text Example


Text Example

White with #1FCAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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