Html Css Color HEX #088BC3 Bondi Blue

📋 copy color: '#088BC3'

red 8 ◦ green 139 ◦ blue 195

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

Shades of Bondi Blue #088BC3

Tints of Bondi Blue #088BC3

RGB

 RED value IS 8 (3.52% from 255) = 2.34%

 GREEN value IS 139 (54.69% from 255) = 40.64%

 BLUE value IS 195 (76.56% from 255) = 57.02%

R = 2.34%
G = 40.64%
B = 57.02%

CMYK

 C value IS 0.96

 M value IS 0.29

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#088BC3 (or 0x088BC3) is known color: Bondi Blue. HEX triplet: 08, 8B and C3. RGB value is (8,139,195). Sum of RGB (Red+Green+Blue) = 8+139+195=342 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.34% from 342); Green value is 139 (54.69% from 255 or 40.64% from 342); Blue value is 195 (76.56% from 255 or 57.02% from 342); Max value from RGB is 195 - color contains mainly: blue. Hex color #088BC3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #088BC3 is #F7743C. Grayscale: #696969. Windows color (decimal): -16217149 or 12815112. OLE color: 12815112.

HSL color Cylindrical-coordinate representation of color #088BC3: hue angle of 197.97º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #088BC3 is Cyan = 0.96, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 8 139 195 -
CMYK 0.96 0.29 0 0.24
HSL 197.97º 0.92% 0.4% -
HSV(B) 197.97º 0.96% 0.76% -
XYZ 19.18 22.46 54.95 -
YUV 106.22 178.1 57.95 -
System Red Green Blue C M Y K H S L
Decimal 8 139 195 0.96 0.29 0 0.24 197.97 0.92 0.4
Hex 8 8B C3 60 1D 0 18 C6 5C 28
Octal 10 213 303 140 35 0 30 306 134 50
Binary 1000 10001011 11000011 1100000 11101 0 11000 11000110 1011100 101000

Color Harmonies of #088BC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088BC3

Black with #088BC3

Text Example


Text Example

White with #088BC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088BC3; }

 p { color: rgb(8,139,195); }

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

background-color css

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

 a { background-color: rgb(8,139,195); }

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

border-color css

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

 span { border-color: rgb(8,139,195); }

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