Html Css Color HEX #67FAF0 Baby Blue

📋 copy color: '#67FAF0'

red 103 ◦ green 250 ◦ blue 240

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

Shades of Baby Blue #67FAF0

Tints of Baby Blue #67FAF0

RGB

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

 GREEN value IS 250 (98.05% from 255) = 42.16%

 BLUE value IS 240 (94.14% from 255) = 40.47%

R = 17.37%
G = 42.16%
B = 40.47%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#67FAF0 (or 0x67FAF0) is known color: Baby Blue. HEX triplet: 67, FA and F0. RGB value is (103,250,240). Sum of RGB (Red+Green+Blue) = 103+250+240=593 (78% of max value = 765). Red value is 103 (40.62% from 255 or 17.37% from 593); Green value is 250 (98.05% from 255 or 42.16% from 593); Blue value is 240 (94.14% from 255 or 40.47% from 593); Max value from RGB is 250 - color contains mainly: green. Hex color #67FAF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #67FAF0 is #98050F. Grayscale: #CCCCCC. Windows color (decimal): -9962768 or 15792743. OLE color: 15792743.

HSL color Cylindrical-coordinate representation of color #67FAF0: hue angle of 175.92º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #67FAF0 is Cyan = 0.59, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 103 250 240 -
CMYK 0.59 0 0.04 0.02
HSL 175.92º 0.94% 0.69% -
HSV(B) 175.92º 0.59% 0.98% -
XYZ 55.51 77.55 94.48 -
YUV 204.91 147.8 55.31 -
System Red Green Blue C M Y K H S L
Decimal 103 250 240 0.59 0 0.04 0.02 175.92 0.94 0.69
Hex 67 FA F0 3B 0 4 2 B0 5E 45
Octal 147 372 360 73 0 4 2 260 136 105
Binary 1100111 11111010 11110000 111011 0 100 10 10110000 1011110 1000101

Color Harmonies of #67FAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67FAF0

Black with #67FAF0

Text Example


Text Example

White with #67FAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,250,240); }

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

background-color css

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

 a { background-color: rgb(103,250,240); }

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

border-color css

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

 span { border-color: rgb(103,250,240); }

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