Html Css Color HEX #67EDF5 Baby Blue

📋 copy color: '#67EDF5'

red 103 ◦ green 237 ◦ blue 245

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

Shades of Baby Blue #67EDF5

Tints of Baby Blue #67EDF5

RGB

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

 GREEN value IS 237 (92.97% from 255) = 40.51%

 BLUE value IS 245 (96.09% from 255) = 41.88%

R = 17.61%
G = 40.51%
B = 41.88%

CMYK

 C value IS 0.58

 M value IS 0.03

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#67EDF5 (or 0x67EDF5) is known color: Baby Blue. HEX triplet: 67, ED and F5. RGB value is (103,237,245). Sum of RGB (Red+Green+Blue) = 103+237+245=585 (77% of max value = 765). Red value is 103 (40.62% from 255 or 17.61% from 585); Green value is 237 (92.97% from 255 or 40.51% from 585); Blue value is 245 (96.09% from 255 or 41.88% from 585); Max value from RGB is 245 - color contains mainly: blue. Hex color #67EDF5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #67EDF5 is #98120A. Grayscale: #C5C5C5. Windows color (decimal): -9966091 or 16117095. OLE color: 16117095.

HSL color Cylindrical-coordinate representation of color #67EDF5: hue angle of 183.38º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #67EDF5 is Cyan = 0.58, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 103 237 245 -
CMYK 0.58 0.03 0 0.04
HSL 183.38º 0.88% 0.68% -
HSV(B) 183.38º 0.58% 0.96% -
XYZ 52.36 70.04 97.15 -
YUV 197.85 154.61 60.35 -
System Red Green Blue C M Y K H S L
Decimal 103 237 245 0.58 0.03 0 0.04 183.38 0.88 0.68
Hex 67 ED F5 3A 3 0 4 B7 58 44
Octal 147 355 365 72 3 0 4 267 130 104
Binary 1100111 11101101 11110101 111010 11 0 100 10110111 1011000 1000100

Color Harmonies of #67EDF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67EDF5

Black with #67EDF5

Text Example


Text Example

White with #67EDF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,237,245); }

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

background-color css

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

 a { background-color: rgb(103,237,245); }

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

border-color css

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

 span { border-color: rgb(103,237,245); }

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