Html Css Color HEX #1FBDFF Deep Sky Blue

📋 copy color: '#1FBDFF'

red 31 ◦ green 189 ◦ blue 255

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

Shades of Deep Sky Blue #1FBDFF

Tints of Deep Sky Blue #1FBDFF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 39.79%

 BLUE value IS 255 (100% from 255) = 53.68%

R = 6.53%
G = 39.79%
B = 53.68%

CMYK

 C value IS 0.88

 M value IS 0.26

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1FBDFF (or 0x1FBDFF) is known color: Deep Sky Blue. HEX triplet: 1F, BD and FF. RGB value is (31,189,255). Sum of RGB (Red+Green+Blue) = 31+189+255=475 (62% of max value = 765). Red value is 31 (12.5% from 255 or 6.53% from 475); Green value is 189 (74.22% from 255 or 39.79% from 475); Blue value is 255 (100% from 255 or 53.68% from 475); Max value from RGB is 255 - color contains mainly: blue. Hex color #1FBDFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FBDFF is #E04200. Grayscale: #949494. Windows color (decimal): -14696961 or 16760095. OLE color: 16760095.

HSL color Cylindrical-coordinate representation of color #1FBDFF: hue angle of 197.68º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FBDFF is Cyan = 0.88, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 31 189 255 -
CMYK 0.88 0.26 0 0
HSL 197.68º 1% 0.56% -
HSV(B) 197.68º 0.88% 1% -
XYZ 36.81 43.91 101.14 -
YUV 149.28 187.65 43.63 -
System Red Green Blue C M Y K H S L
Decimal 31 189 255 0.88 0.26 0 0 197.68 1 0.56
Hex 1F BD FF 58 1A 0 0 C6 64 38
Octal 37 275 377 130 32 0 0 306 144 70
Binary 11111 10111101 11111111 1011000 11010 0 0 11000110 1100100 111000

Color Harmonies of #1FBDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FBDFF

Black with #1FBDFF

Text Example


Text Example

White with #1FBDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,189,255); }

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

background-color css

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

 a { background-color: rgb(31,189,255); }

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

border-color css

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

 span { border-color: rgb(31,189,255); }

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