Html Css Color HEX #B3CDDF Spindle

📋 copy color: '#B3CDDF'

red 179 ◦ green 205 ◦ blue 223

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

Shades of Spindle #B3CDDF

Tints of Spindle #B3CDDF

RGB

 RED value IS 179 (70.31% from 255) = 29.49%

 GREEN value IS 205 (80.47% from 255) = 33.77%

 BLUE value IS 223 (87.5% from 255) = 36.74%

R = 29.49%
G = 33.77%
B = 36.74%

CMYK

 C value IS 0.20

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B3CDDF (or 0xB3CDDF) is known color: Spindle. HEX triplet: B3, CD and DF. RGB value is (179,205,223). Sum of RGB (Red+Green+Blue) = 179+205+223=607 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.49% from 607); Green value is 205 (80.47% from 255 or 33.77% from 607); Blue value is 223 (87.5% from 255 or 36.74% from 607); Max value from RGB is 223 - color contains mainly: blue. Hex color #B3CDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CDDF is #4C3220. Grayscale: #C7C7C7. Windows color (decimal): -4993569 or 14667187. OLE color: 14667187.

HSL color Cylindrical-coordinate representation of color #B3CDDF: hue angle of 204.55º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B3CDDF is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 205 223 -
CMYK 0.20 0.08 0 0.13
HSL 204.55º 0.41% 0.79% -
HSV(B) 204.55º 0.2% 0.87% -
XYZ 53.74 58.57 78.29 -
YUV 199.28 141.39 113.54 -
System Red Green Blue C M Y K H S L
Decimal 179 205 223 0.20 0.08 0 0.13 204.55 0.41 0.79
Hex B3 CD DF 14 8 0 D CD 29 4F
Octal 263 315 337 24 10 0 15 315 51 117
Binary 10110011 11001101 11011111 10100 1000 0 1101 11001101 101001 1001111

Color Harmonies of #B3CDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3CDDF

Black with #B3CDDF

Text Example


Text Example

White with #B3CDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3CDDF; }

 p { color: rgb(179,205,223); }

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

background-color css

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

 a { background-color: rgb(179,205,223); }

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

border-color css

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

 span { border-color: rgb(179,205,223); }

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