Html Css Color HEX #67F2EB Baby Blue

📋 copy color: '#67F2EB'

red 103 ◦ green 242 ◦ blue 235

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

Shades of Baby Blue #67F2EB

Tints of Baby Blue #67F2EB

RGB

 RED value IS 103 (40.63% from 255) = 17.76%

 GREEN value IS 242 (94.92% from 255) = 41.72%

 BLUE value IS 235 (92.19% from 255) = 40.52%

R = 17.76%
G = 41.72%
B = 40.52%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#67F2EB (or 0x67F2EB) is known color: Baby Blue. HEX triplet: 67, F2 and EB. RGB value is (103,242,235). Sum of RGB (Red+Green+Blue) = 103+242+235=580 (76% of max value = 765). Red value is 103 (40.62% from 255 or 17.76% from 580); Green value is 242 (94.92% from 255 or 41.72% from 580); Blue value is 235 (92.19% from 255 or 40.52% from 580); Max value from RGB is 242 - color contains mainly: green. Hex color #67F2EB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #67F2EB is #980D14. Grayscale: #C7C7C7. Windows color (decimal): -9964821 or 15463015. OLE color: 15463015.

HSL color Cylindrical-coordinate representation of color #67F2EB: hue angle of 176.98º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #67F2EB is Cyan = 0.57, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB 103 242 235 -
CMYK 0.57 0 0.03 0.05
HSL 176.98º 0.84% 0.68% -
HSV(B) 176.98º 0.57% 0.95% -
XYZ 52.34 72.39 89.81 -
YUV 199.64 147.95 59.07 -
System Red Green Blue C M Y K H S L
Decimal 103 242 235 0.57 0 0.03 0.05 176.98 0.84 0.68
Hex 67 F2 EB 39 0 3 5 B1 54 44
Octal 147 362 353 71 0 3 5 261 124 104
Binary 1100111 11110010 11101011 111001 0 11 101 10110001 1010100 1000100

Color Harmonies of #67F2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67F2EB

Black with #67F2EB

Text Example


Text Example

White with #67F2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67F2EB; }

 p { color: rgb(103,242,235); }

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

background-color css

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

 a { background-color: rgb(103,242,235); }

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

border-color css

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

 span { border-color: rgb(103,242,235); }

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