Html Css Color HEX #5CADCF Picton Blue

📋 copy color: '#5CADCF'

red 92 ◦ green 173 ◦ blue 207

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

Shades of Picton Blue #5CADCF

Tints of Picton Blue #5CADCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.86%

R = 19.49%
G = 36.65%
B = 43.86%

CMYK

 C value IS 0.56

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5CADCF (or 0x5CADCF) is known color: Picton Blue. HEX triplet: 5C, AD and CF. RGB value is (92,173,207). Sum of RGB (Red+Green+Blue) = 92+173+207=472 (62% of max value = 765). Red value is 92 (36.33% from 255 or 19.49% from 472); Green value is 173 (67.97% from 255 or 36.65% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 207 - color contains mainly: blue. Hex color #5CADCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5CADCF is #A35230. Grayscale: #989898. Windows color (decimal): -10703409 or 13610332. OLE color: 13610332.

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

Color convert

RGB 92 173 207 -
CMYK 0.56 0.16 0 0.19
HSL 197.74º 0.55% 0.59% -
HSV(B) 197.74º 0.56% 0.81% -
XYZ 30.62 36.67 64.5 -
YUV 152.66 158.66 84.74 -
System Red Green Blue C M Y K H S L
Decimal 92 173 207 0.56 0.16 0 0.19 197.74 0.55 0.59
Hex 5C AD CF 38 10 0 13 C6 37 3B
Octal 134 255 317 70 20 0 23 306 67 73
Binary 1011100 10101101 11001111 111000 10000 0 10011 11000110 110111 111011

Color Harmonies of #5CADCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CADCF

Black with #5CADCF

Text Example


Text Example

White with #5CADCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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