Html Css Color HEX #5CABDB Picton Blue

📋 copy color: '#5CABDB'

red 92 ◦ green 171 ◦ blue 219

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

Shades of Picton Blue #5CABDB

Tints of Picton Blue #5CABDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.44%

R = 19.09%
G = 35.48%
B = 45.44%

CMYK

 C value IS 0.58

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5CABDB (or 0x5CABDB) is known color: Picton Blue. HEX triplet: 5C, AB and DB. RGB value is (92,171,219). Sum of RGB (Red+Green+Blue) = 92+171+219=482 (63% of max value = 765). Red value is 92 (36.33% from 255 or 19.09% from 482); Green value is 171 (67.19% from 255 or 35.48% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: blue. Hex color #5CABDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5CABDB is #A35424. Grayscale: #989898. Windows color (decimal): -10703909 or 14396252. OLE color: 14396252.

HSL color Cylindrical-coordinate representation of color #5CABDB: hue angle of 202.68º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5CABDB is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 92 171 219 -
CMYK 0.58 0.22 0 0.14
HSL 202.68º 0.64% 0.61% -
HSV(B) 202.68º 0.58% 0.86% -
XYZ 31.76 36.52 72.39 -
YUV 152.85 165.33 84.6 -
System Red Green Blue C M Y K H S L
Decimal 92 171 219 0.58 0.22 0 0.14 202.68 0.64 0.61
Hex 5C AB DB 3A 16 0 E CB 40 3D
Octal 134 253 333 72 26 0 16 313 100 75
Binary 1011100 10101011 11011011 111010 10110 0 1110 11001011 1000000 111101

Color Harmonies of #5CABDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CABDB

Black with #5CABDB

Text Example


Text Example

White with #5CABDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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