Html Css Color HEX #5CABCB Picton Blue

📋 copy color: '#5CABCB'

red 92 ◦ green 171 ◦ blue 203

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

Shades of Picton Blue #5CABCB

Tints of Picton Blue #5CABCB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.7%

 BLUE value IS 203 (79.69% from 255) = 43.56%

R = 19.74%
G = 36.7%
B = 43.56%

CMYK

 C value IS 0.55

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5CABCB (or 0x5CABCB) is known color: Picton Blue. HEX triplet: 5C, AB and CB. RGB value is (92,171,203). Sum of RGB (Red+Green+Blue) = 92+171+203=466 (61% of max value = 765). Red value is 92 (36.33% from 255 or 19.74% from 466); Green value is 171 (67.19% from 255 or 36.70% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 203 - color contains mainly: blue. Hex color #5CABCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5CABCB is #A35434. Grayscale: #969696. Windows color (decimal): -10703925 or 13347676. OLE color: 13347676.

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

Color convert

RGB 92 171 203 -
CMYK 0.55 0.16 0 0.20
HSL 197.3º 0.52% 0.58% -
HSV(B) 197.3º 0.55% 0.8% -
XYZ 29.76 35.71 61.82 -
YUV 151.03 157.33 85.9 -
System Red Green Blue C M Y K H S L
Decimal 92 171 203 0.55 0.16 0 0.20 197.3 0.52 0.58
Hex 5C AB CB 37 10 0 14 C5 34 3A
Octal 134 253 313 67 20 0 24 305 64 72
Binary 1011100 10101011 11001011 110111 10000 0 10100 11000101 110100 111010

Color Harmonies of #5CABCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CABCB

Black with #5CABCB

Text Example


Text Example

White with #5CABCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,171,203); }

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

background-color css

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

 a { background-color: rgb(92,171,203); }

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

border-color css

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

 span { border-color: rgb(92,171,203); }

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