Html Css Color HEX #B7ECF2 Pale Turquoise

📋 copy color: '#B7ECF2'

red 183 ◦ green 236 ◦ blue 242

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

Shades of Pale Turquoise #B7ECF2

Tints of Pale Turquoise #B7ECF2

RGB

 RED value IS 183 (71.88% from 255) = 27.69%

 GREEN value IS 236 (92.58% from 255) = 35.7%

 BLUE value IS 242 (94.92% from 255) = 36.61%

R = 27.69%
G = 35.7%
B = 36.61%

CMYK

 C value IS 0.24

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B7ECF2 (or 0xB7ECF2) is known color: Pale Turquoise. HEX triplet: B7, EC and F2. RGB value is (183,236,242). Sum of RGB (Red+Green+Blue) = 183+236+242=661 (87% of max value = 765). Red value is 183 (71.88% from 255 or 27.69% from 661); Green value is 236 (92.58% from 255 or 35.70% from 661); Blue value is 242 (94.92% from 255 or 36.61% from 661); Max value from RGB is 242 - color contains mainly: blue. Hex color #B7ECF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7ECF2 is #48130D. Grayscale: #DCDCDC. Windows color (decimal): -4723470 or 15920311. OLE color: 15920311.

HSL color Cylindrical-coordinate representation of color #B7ECF2: hue angle of 186.1º degrees, saturation: 0.69, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B7ECF2 is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 183 236 242 -
CMYK 0.24 0.02 0 0.05
HSL 186.1º 0.69% 0.83% -
HSV(B) 186.1º 0.24% 0.95% -
XYZ 65.55 76.47 95.31 -
YUV 220.84 139.94 101.01 -
System Red Green Blue C M Y K H S L
Decimal 183 236 242 0.24 0.02 0 0.05 186.1 0.69 0.83
Hex B7 EC F2 18 2 0 5 BA 45 53
Octal 267 354 362 30 2 0 5 272 105 123
Binary 10110111 11101100 11110010 11000 10 0 101 10111010 1000101 1010011

Color Harmonies of #B7ECF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7ECF2

Black with #B7ECF2

Text Example


Text Example

White with #B7ECF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7ECF2; }

 p { color: rgb(183,236,242); }

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

background-color css

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

 a { background-color: rgb(183,236,242); }

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

border-color css

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

 span { border-color: rgb(183,236,242); }

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