Html Css Color HEX #5BADCF Picton Blue

📋 copy color: '#5BADCF'

red 91 ◦ green 173 ◦ blue 207

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

Shades of Picton Blue #5BADCF

Tints of Picton Blue #5BADCF

RGB

 RED value IS 91 (35.94% from 255) = 19.32%

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

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

R = 19.32%
G = 36.73%
B = 43.95%

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

#5BADCF (or 0x5BADCF) is known color: Picton Blue. HEX triplet: 5B, AD and CF. RGB value is (91,173,207). Sum of RGB (Red+Green+Blue) = 91+173+207=471 (62% of max value = 765). Red value is 91 (35.94% from 255 or 19.32% from 471); Green value is 173 (67.97% from 255 or 36.73% 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 #5BADCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BADCF is #A45230. Grayscale: #989898. Windows color (decimal): -10768945 or 13610331. OLE color: 13610331.

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

Color convert

RGB 91 173 207 -
CMYK 0.56 0.16 0 0.19
HSL 197.59º 0.55% 0.58% -
HSV(B) 197.59º 0.56% 0.81% -
XYZ 30.52 36.62 64.49 -
YUV 152.36 158.83 84.24 -
System Red Green Blue C M Y K H S L
Decimal 91 173 207 0.56 0.16 0 0.19 197.59 0.55 0.58
Hex 5B AD CF 38 10 0 13 C6 37 3A
Octal 133 255 317 70 20 0 23 306 67 72
Binary 1011011 10101101 11001111 111000 10000 0 10011 11000110 110111 111010

Color Harmonies of #5BADCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BADCF

Black with #5BADCF

Text Example


Text Example

White with #5BADCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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