Html Css Color HEX #5CADCE Picton Blue

📋 copy color: '#5CADCE'

red 92 ◦ green 173 ◦ blue 206

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

Shades of Picton Blue #5CADCE

Tints of Picton Blue #5CADCE

RGB

 RED value IS 92 (36.33% from 255) = 19.53%

 GREEN value IS 173 (67.97% from 255) = 36.73%

 BLUE value IS 206 (80.86% from 255) = 43.74%

R = 19.53%
G = 36.73%
B = 43.74%

CMYK

 C value IS 0.55

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5CADCE (or 0x5CADCE) is known color: Picton Blue. HEX triplet: 5C, AD and CE. RGB value is (92,173,206). Sum of RGB (Red+Green+Blue) = 92+173+206=471 (62% of max value = 765). Red value is 92 (36.33% from 255 or 19.53% from 471); Green value is 173 (67.97% from 255 or 36.73% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 206 - color contains mainly: blue. Hex color #5CADCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5CADCE is #A35231. Grayscale: #989898. Windows color (decimal): -10703410 or 13544796. OLE color: 13544796.

HSL color Cylindrical-coordinate representation of color #5CADCE: hue angle of 197.37º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5CADCE is Cyan = 0.55, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 92 173 206 -
CMYK 0.55 0.16 0 0.19
HSL 197.37º 0.54% 0.58% -
HSV(B) 197.37º 0.55% 0.81% -
XYZ 30.5 36.62 63.85 -
YUV 152.54 158.16 84.82 -
System Red Green Blue C M Y K H S L
Decimal 92 173 206 0.55 0.16 0 0.19 197.37 0.54 0.58
Hex 5C AD CE 37 10 0 13 C5 36 3A
Octal 134 255 316 67 20 0 23 305 66 72
Binary 1011100 10101101 11001110 110111 10000 0 10011 11000101 110110 111010

Color Harmonies of #5CADCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CADCE

Black with #5CADCE

Text Example


Text Example

White with #5CADCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5CADCE; }

 p { color: rgb(92,173,206); }

 H1.HeaderClassName
 {
   color: #5CADCE;
 }
 .AnyTagClassName
 {
   color: #5CADCE;
 }
</style>

background-color css

<style>
 a { background-color: #5CADCE; }

 a { background-color: rgb(92,173,206); }

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

border-color css

<style>
 span { border-color: #5CADCE; }

 span { border-color: rgb(92,173,206); }

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