Html Css Color HEX #128DB3 Bondi Blue

📋 copy color: '#128DB3'

red 18 ◦ green 141 ◦ blue 179

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

Shades of Bondi Blue #128DB3

Tints of Bondi Blue #128DB3

RGB

 RED value IS 18 (7.42% from 255) = 5.33%

 GREEN value IS 141 (55.47% from 255) = 41.72%

 BLUE value IS 179 (70.31% from 255) = 52.96%

R = 5.33%
G = 41.72%
B = 52.96%

CMYK

 C value IS 0.90

 M value IS 0.21

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#128DB3 (or 0x128DB3) is known color: Bondi Blue. HEX triplet: 12, 8D and B3. RGB value is (18,141,179). Sum of RGB (Red+Green+Blue) = 18+141+179=338 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.33% from 338); Green value is 141 (55.47% from 255 or 41.72% from 338); Blue value is 179 (70.31% from 255 or 52.96% from 338); Max value from RGB is 179 - color contains mainly: blue. Hex color #128DB3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128DB3 is #ED724C. Grayscale: #6C6C6C. Windows color (decimal): -15561293 or 11767058. OLE color: 11767058.

HSL color Cylindrical-coordinate representation of color #128DB3: hue angle of 194.16º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #128DB3 is Cyan = 0.90, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 18 141 179 -
CMYK 0.90 0.21 0 0.30
HSL 194.16º 0.82% 0.39% -
HSV(B) 194.16º 0.9% 0.7% -
XYZ 17.91 22.43 46.03 -
YUV 108.56 167.75 63.41 -
System Red Green Blue C M Y K H S L
Decimal 18 141 179 0.90 0.21 0 0.30 194.16 0.82 0.39
Hex 12 8D B3 5A 15 0 1E C2 52 27
Octal 22 215 263 132 25 0 36 302 122 47
Binary 10010 10001101 10110011 1011010 10101 0 11110 11000010 1010010 100111

Color Harmonies of #128DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128DB3

Black with #128DB3

Text Example


Text Example

White with #128DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128DB3; }

 p { color: rgb(18,141,179); }

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

background-color css

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

 a { background-color: rgb(18,141,179); }

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

border-color css

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

 span { border-color: rgb(18,141,179); }

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