Html Css Color HEX #B3DECF Cruise

📋 copy color: '#B3DECF'

red 179 ◦ green 222 ◦ blue 207

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

Shades of Cruise #B3DECF

Tints of Cruise #B3DECF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 36.51%

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

R = 29.44%
G = 36.51%
B = 34.05%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#B3DECF (or 0xB3DECF) is known color: Cruise. HEX triplet: B3, DE and CF. RGB value is (179,222,207). Sum of RGB (Red+Green+Blue) = 179+222+207=608 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.44% from 608); Green value is 222 (87.11% from 255 or 36.51% from 608); Blue value is 207 (81.25% from 255 or 34.05% from 608); Max value from RGB is 222 - color contains mainly: green. Hex color #B3DECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DECF is #4C2130. Grayscale: #CFCFCF. Windows color (decimal): -4989233 or 13622963. OLE color: 13622963.

HSL color Cylindrical-coordinate representation of color #B3DECF: hue angle of 159.07º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B3DECF is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 222 207 -
CMYK 0.19 0 0.07 0.13
HSL 159.07º 0.39% 0.79% -
HSV(B) 159.07º 0.19% 0.87% -
XYZ 55.97 66.33 68.88 -
YUV 207.43 127.75 107.72 -
System Red Green Blue C M Y K H S L
Decimal 179 222 207 0.19 0 0.07 0.13 159.07 0.39 0.79
Hex B3 DE CF 13 0 7 D 9F 27 4F
Octal 263 336 317 23 0 7 15 237 47 117
Binary 10110011 11011110 11001111 10011 0 111 1101 10011111 100111 1001111

Color Harmonies of #B3DECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3DECF

Black with #B3DECF

Text Example


Text Example

White with #B3DECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3DECF; }

 p { color: rgb(179,222,207); }

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

background-color css

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

 a { background-color: rgb(179,222,207); }

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

border-color css

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

 span { border-color: rgb(179,222,207); }

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