Html Css Color HEX #9BECE6 Pale Turquoise

📋 copy color: '#9BECE6'

red 155 ◦ green 236 ◦ blue 230

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

Shades of Pale Turquoise #9BECE6

Tints of Pale Turquoise #9BECE6

RGB

 RED value IS 155 (60.94% from 255) = 24.96%

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

 BLUE value IS 230 (90.23% from 255) = 37.04%

R = 24.96%
G = 38%
B = 37.04%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#9BECE6 (or 0x9BECE6) is known color: Pale Turquoise. HEX triplet: 9B, EC and E6. RGB value is (155,236,230). Sum of RGB (Red+Green+Blue) = 155+236+230=621 (82% of max value = 765). Red value is 155 (60.94% from 255 or 24.96% from 621); Green value is 236 (92.58% from 255 or 38.00% from 621); Blue value is 230 (90.23% from 255 or 37.04% from 621); Max value from RGB is 236 - color contains mainly: green. Hex color #9BECE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BECE6 is #641319. Grayscale: #D3D3D3. Windows color (decimal): -6558490 or 15133851. OLE color: 15133851.

HSL color Cylindrical-coordinate representation of color #9BECE6: hue angle of 175.56º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BECE6 is Cyan = 0.34, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 155 236 230 -
CMYK 0.34 0 0.03 0.07
HSL 175.56º 0.68% 0.77% -
HSV(B) 175.56º 0.34% 0.93% -
XYZ 57.8 72.67 85.84 -
YUV 211.1 138.66 87.99 -
System Red Green Blue C M Y K H S L
Decimal 155 236 230 0.34 0 0.03 0.07 175.56 0.68 0.77
Hex 9B EC E6 22 0 3 7 B0 44 4D
Octal 233 354 346 42 0 3 7 260 104 115
Binary 10011011 11101100 11100110 100010 0 11 111 10110000 1000100 1001101

Color Harmonies of #9BECE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BECE6

Black with #9BECE6

Text Example


Text Example

White with #9BECE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9BECE6; }

 p { color: rgb(155,236,230); }

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

background-color css

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

 a { background-color: rgb(155,236,230); }

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

border-color css

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

 span { border-color: rgb(155,236,230); }

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