Html Css Color HEX #5CACCF Picton Blue

📋 copy color: '#5CACCF'

red 92 ◦ green 172 ◦ blue 207

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

Shades of Picton Blue #5CACCF

Tints of Picton Blue #5CACCF

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.52%

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

R = 19.53%
G = 36.52%
B = 43.95%

CMYK

 C value IS 0.56

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5CACCF (or 0x5CACCF) is known color: Picton Blue. HEX triplet: 5C, AC and CF. RGB value is (92,172,207). Sum of RGB (Red+Green+Blue) = 92+172+207=471 (62% of max value = 765). Red value is 92 (36.33% from 255 or 19.53% from 471); Green value is 172 (67.58% from 255 or 36.52% from 471); Blue value is 207 (81.25% from 255 or 43.95% from 471); Max value from RGB is 207 - color contains mainly: blue. Hex color #5CACCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5CACCF is #A35330. Grayscale: #979797. Windows color (decimal): -10703665 or 13610076. OLE color: 13610076.

HSL color Cylindrical-coordinate representation of color #5CACCF: hue angle of 198.26º 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 #5CACCF is Cyan = 0.56, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 92 172 207 -
CMYK 0.56 0.17 0 0.19
HSL 198.26º 0.55% 0.59% -
HSV(B) 198.26º 0.56% 0.81% -
XYZ 30.43 36.29 64.43 -
YUV 152.07 159 85.15 -
System Red Green Blue C M Y K H S L
Decimal 92 172 207 0.56 0.17 0 0.19 198.26 0.55 0.59
Hex 5C AC CF 38 11 0 13 C6 37 3B
Octal 134 254 317 70 21 0 23 306 67 73
Binary 1011100 10101100 11001111 111000 10001 0 10011 11000110 110111 111011

Color Harmonies of #5CACCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CACCF

Black with #5CACCF

Text Example


Text Example

White with #5CACCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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