Html Css Color HEX #7DCBCA Bermuda

📋 copy color: '#7DCBCA'

red 125 ◦ green 203 ◦ blue 202

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

Shades of Bermuda #7DCBCA

Tints of Bermuda #7DCBCA

RGB

 RED value IS 125 (49.22% from 255) = 23.58%

 GREEN value IS 203 (79.69% from 255) = 38.3%

 BLUE value IS 202 (79.3% from 255) = 38.11%

R = 23.58%
G = 38.3%
B = 38.11%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#7DCBCA (or 0x7DCBCA) is known color: Bermuda. HEX triplet: 7D, CB and CA. RGB value is (125,203,202). Sum of RGB (Red+Green+Blue) = 125+203+202=530 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.58% from 530); Green value is 203 (79.69% from 255 or 38.30% from 530); Blue value is 202 (79.30% from 255 or 38.11% from 530); Max value from RGB is 203 - color contains mainly: green. Hex color #7DCBCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCBCA is #823435. Grayscale: #B3B3B3. Windows color (decimal): -8533046 or 13290365. OLE color: 13290365.

HSL color Cylindrical-coordinate representation of color #7DCBCA: hue angle of 179.23º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7DCBCA is Cyan = 0.38, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB 125 203 202 -
CMYK 0.38 0 0.00 0.20
HSL 179.23º 0.43% 0.64% -
HSV(B) 179.23º 0.38% 0.8% -
XYZ 40.47 51.34 63.65 -
YUV 179.56 140.66 89.08 -
System Red Green Blue C M Y K H S L
Decimal 125 203 202 0.38 0 0.00 0.20 179.23 0.43 0.64
Hex 7D CB CA 26 0 0 14 B3 2B 40
Octal 175 313 312 46 0 0 24 263 53 100
Binary 1111101 11001011 11001010 100110 0 0 10100 10110011 101011 1000000

Color Harmonies of #7DCBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCBCA

Black with #7DCBCA

Text Example


Text Example

White with #7DCBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7DCBCA; }

 p { color: rgb(125,203,202); }

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

background-color css

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

 a { background-color: rgb(125,203,202); }

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

border-color css

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

 span { border-color: rgb(125,203,202); }

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